Color spaces of #72462c
RGB | 114 | 70 | 44 |
---|---|---|---|
HSL | 0.06 | 0.44 | 0.31 |
HSV | 22° | 61° | 45° |
CMYK | 0.00 | 0.39 | 0.61 0.55 |
XYZ | 9.5842 | 8.1396 | 3.4488 |
Yxy | 8.1396 | 0.4527 | 0.3844 |
Hunter Lab | 28.5300 | 10.0368 | 12.8038 |
CIE-Lab | 34.2719 | 16.0353 | 23.3958 |
#72462c color RGB value is (114,70,44).
#72462c hex color red value is 114, green value is 70 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #72462c hue: 0.06 , saturation: 0.44 and the lightness value of 72462c is 0.31.
The process color (four color CMYK) of #72462c color hex is 0.00, 0.39, 0.61, 0.55. Web safe color of #72462c is #663333. Color #72462c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 01000110 | 00101100 |
Octal | 162 | 106 | 54 |
Decimal | 114 | 70 | 44 |
Hex | 72 | 46 | 2C |
Shades of #72462c
Tints of #72462c
RGB Percentages of Color #72462c
CMYK Percentages of Color #72462c
Complementary Color
#72462c | #2c5872 |
#72462c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#72462c Color Preview on White Background
Lorem ipsum dolor sit amet.
#72462c Color CSS Codes
.mybgcolor {background-color:#72462c; } .myforecolor {color:#72462c; } .mybordercolor {border:3px solid #72462c; }
#72462c Text Font Color
<p style="color:#72462c">Text here</p>
This sample text font color is #72462c
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.
#72462c Background Color
<div style="background-color:#72462c">
Div content here</div>
This div background color is #72462c
#72462c Border Color
<div style="border:3px solid #72462c">
Div here</div>
This div border color is #72462c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,70,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #72462c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #72462c; -webkit-box-shadow: 1px 1px 3px 2px #72462c; box-shadow: 1px 1px 3px 2px #72462c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,70,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #72462c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #72462c; -webkit-box-shadow: 1px 1px 3px 2px #72462c; box-shadow: 1px 1px 3px 2px #72462c;">
Div content here</div>
This div box has shadow with color #72462c
Comments
No comments written yet.
Please login to write comment.