Color spaces of #824410
RGB | 130 | 68 | 16 |
---|---|---|---|
HSL | 0.08 | 0.78 | 0.29 |
HSV | 27° | 88° | 51° |
CMYK | 0.00 | 0.48 | 0.88 0.49 |
XYZ | 11.3666 | 8.9175 | 1.6124 |
Yxy | 8.9175 | 0.5191 | 0.4073 |
Hunter Lab | 29.8622 | 15.6846 | 17.7022 |
CIE-Lab | 35.8250 | 22.9560 | 40.2399 |
#824410 color RGB value is (130,68,16).
#824410 hex color red value is 130, green value is 68 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #824410 hue: 0.08 , saturation: 0.78 and the lightness value of 824410 is 0.29.
The process color (four color CMYK) of #824410 color hex is 0.00, 0.48, 0.88, 0.49. Web safe color of #824410 is #993300. Color #824410 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 01000100 | 00010000 |
Octal | 202 | 104 | 20 |
Decimal | 130 | 68 | 16 |
Hex | 82 | 44 | 10 |
Shades of #824410
Tints of #824410
RGB Percentages of Color #824410
CMYK Percentages of Color #824410
Complementary Color
#824410 | #104e82 |
#824410 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#824410 Color Preview on White Background
Lorem ipsum dolor sit amet.
#824410 Color CSS Codes
.mybgcolor {background-color:#824410; } .myforecolor {color:#824410; } .mybordercolor {border:3px solid #824410; }
#824410 Text Font Color
<p style="color:#824410">Text here</p>
This sample text font color is #824410
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.
#824410 Background Color
<div style="background-color:#824410">
Div content here</div>
This div background color is #824410
#824410 Border Color
<div style="border:3px solid #824410">
Div here</div>
This div border color is #824410
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,68,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #824410; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #824410; -webkit-box-shadow: 1px 1px 3px 2px #824410; box-shadow: 1px 1px 3px 2px #824410; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,68,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #824410">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #824410; -webkit-box-shadow: 1px 1px 3px 2px #824410; box-shadow: 1px 1px 3px 2px #824410;">
Div content here</div>
This div box has shadow with color #824410
Comments
No comments written yet.
Please login to write comment.