Color spaces of #805018
RGB | 128 | 80 | 24 |
---|---|---|---|
HSL | 0.09 | 0.68 | 0.30 |
HSV | 32° | 81° | 50° |
CMYK | 0.00 | 0.38 | 0.81 0.50 |
XYZ | 11.9356 | 10.3925 | 2.2410 |
Yxy | 10.3925 | 0.4858 | 0.4230 |
Hunter Lab | 32.2374 | 9.6725 | 18.4446 |
CIE-Lab | 38.5378 | 15.3063 | 39.2211 |
#805018 color RGB value is (128,80,24).
#805018 hex color red value is 128, green value is 80 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #805018 hue: 0.09 , saturation: 0.68 and the lightness value of 805018 is 0.30.
The process color (four color CMYK) of #805018 color hex is 0.00, 0.38, 0.81, 0.50. Web safe color of #805018 is #996600. Color #805018 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01010000 | 00011000 |
Octal | 200 | 120 | 30 |
Decimal | 128 | 80 | 24 |
Hex | 80 | 50 | 18 |
Shades of #805018
Tints of #805018
RGB Percentages of Color #805018
CMYK Percentages of Color #805018
Complementary Color
#805018 | #184880 |
#805018 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#805018 Color Preview on White Background
Lorem ipsum dolor sit amet.
#805018 Color CSS Codes
.mybgcolor {background-color:#805018; } .myforecolor {color:#805018; } .mybordercolor {border:3px solid #805018; }
#805018 Text Font Color
<p style="color:#805018">Text here</p>
This sample text font color is #805018
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#805018 Background Color
<div style="background-color:#805018">
Div content here</div>
This div background color is #805018
#805018 Border Color
<div style="border:3px solid #805018">
Div here</div>
This div border color is #805018
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,80,24, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #805018; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #805018; -webkit-box-shadow: 1px 1px 3px 2px #805018; box-shadow: 1px 1px 3px 2px #805018; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,80,24, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #805018">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #805018; -webkit-box-shadow: 1px 1px 3px 2px #805018; box-shadow: 1px 1px 3px 2px #805018;">
Div content here</div>
This div box has shadow with color #805018
Comments
No comments written yet.
Please login to write comment.