Color spaces of #92705f
RGB | 146 | 112 | 95 |
---|---|---|---|
HSL | 0.06 | 0.21 | 0.47 |
HSV | 20° | 35° | 57° |
CMYK | 0.00 | 0.23 | 0.35 0.43 |
XYZ | 19.7138 | 18.5256 | 13.3632 |
Yxy | 18.5256 | 0.3820 | 0.3590 |
Hunter Lab | 43.0414 | 6.4341 | 11.7210 |
CIE-Lab | 50.1275 | 10.9374 | 14.6220 |
#92705f color RGB value is (146,112,95).
#92705f hex color red value is 146, green value is 112 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #92705f hue: 0.06 , saturation: 0.21 and the lightness value of 92705f is 0.47.
The process color (four color CMYK) of #92705f color hex is 0.00, 0.23, 0.35, 0.43. Web safe color of #92705f is #996666. Color #92705f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 01110000 | 01011111 |
Octal | 222 | 160 | 137 |
Decimal | 146 | 112 | 95 |
Hex | 92 | 70 | 5F |
Shades of #92705f
Tints of #92705f
RGB Percentages of Color #92705f
CMYK Percentages of Color #92705f
Complementary Color
#92705f | #5f8192 |
#92705f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92705f Color Preview on White Background
Lorem ipsum dolor sit amet.
#92705f Color CSS Codes
.mybgcolor {background-color:#92705f; } .myforecolor {color:#92705f; } .mybordercolor {border:3px solid #92705f; }
#92705f Text Font Color
<p style="color:#92705f">Text here</p>
This sample text font color is #92705f
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.
#92705f Background Color
<div style="background-color:#92705f">
Div content here</div>
This div background color is #92705f
#92705f Border Color
<div style="border:3px solid #92705f">
Div here</div>
This div border color is #92705f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,112,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92705f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92705f; -webkit-box-shadow: 1px 1px 3px 2px #92705f; box-shadow: 1px 1px 3px 2px #92705f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,112,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #92705f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92705f; -webkit-box-shadow: 1px 1px 3px 2px #92705f; box-shadow: 1px 1px 3px 2px #92705f;">
Div content here</div>
This div box has shadow with color #92705f
#92705f Color Palettes
Comments
No comments written yet.
Please login to write comment.