Shades of Light Wood #845F5F
Tints of Light Wood #845F5F
RGB
CMYK
RGB Variations
Color information
#845F5F (or 0x845F5F) is known color: Light Wood. HEX triplet: 84, 5F and 5F. RGB value is (132,95,95). Sum of RGB (Red+Green+Blue) = 132+95+95=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #845F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F5F is #7BA0A0. Grayscale: #6A6A6A. Windows color (decimal): -8102049 or 6250372. OLE color: 6250372.
HSL color Cylindrical-coordinate representation of color #845F5F: hue angle of 0º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #845F5F is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 95 | 95 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.48 |
| HSL | 0º | 0.16% | 0.45% | - |
| HSV(B) | 0º | 0.28% | 0.52% | - |
| XYZ | 15.67 | 13.92 | 12.69 | - |
| YUV | 106.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 95 | 0 | 0.28 | 0.28 | 0.48 | 0 | 0.16 | 0.45 |
| Hex | 84 | 5F | 5F | 0 | 1C | 1C | 30 | 0 | 10 | 2D |
| Octal | 204 | 137 | 137 | 0 | 34 | 34 | 60 | 0 | 20 | 55 |
| Binary | 10000100 | 1011111 | 1011111 | 0 | 11100 | 11100 | 110000 | 0 | 10000 | 101101 |
Color Harmonies of #845F5F
Complementary color
Monochromatic Colors of #845F5F
Black with #845F5F
Text Example
Text Example
White with #845F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845F5F; }
p { color: rgb(132,95,95); }
H1.HeaderClassName
{
color: #845F5F;
}
.AnyTagClassName
{
color: #845F5F;
}
</style>
background-color css
<style>
a { background-color: #845F5F; }
a { background-color: rgb(132,95,95); }
div.DivClassName
{
background-color: #845F5F;
}
.BgClassName
{
background-color: #845F5F;
}
</style>
border-color css
<style>
span { border-color: #845F5F; }
span { border-color: rgb(132,95,95); }
td.TdClassName
{
border-color: #845F5F;
}
.TagClassName
{
border-color: #845F5F;
}
</style>