Shades of Golden Brown #8C5702
Tints of Golden Brown #8C5702
RGB
CMYK
RGB Variations
Color information
#8C5702 (or 0x8C5702) is known color: Golden Brown. HEX triplet: 8C, 57 and 02. RGB value is (140,87,2). Sum of RGB (Red+Green+Blue) = 140+87+2=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5702 is #73A8FD. Grayscale: #5D5D5D. Windows color (decimal): -7579902 or 153484. OLE color: 153484.
HSL color Cylindrical-coordinate representation of color #8C5702: hue angle of 36.96º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C5702 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.45 |
| HSL | 36.96º | 0.97% | 0.28% | - |
| HSV(B) | 36.96º | 0.99% | 0.55% | - |
| XYZ | 14.23 | 12.4 | 1.7 | - |
| YUV | 93.16 | 76.56 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 2 | 0 | 0.38 | 0.99 | 0.45 | 36.96 | 0.97 | 0.28 |
| Hex | 8C | 57 | 2 | 0 | 26 | 63 | 2D | 25 | 61 | 1C |
| Octal | 214 | 127 | 2 | 0 | 46 | 143 | 55 | 45 | 141 | 34 |
| Binary | 10001100 | 1010111 | 10 | 0 | 100110 | 1100011 | 101101 | 100101 | 1100001 | 11100 |
Color Harmonies of #8C5702
Complementary color
Monochromatic Colors of #8C5702
Black with #8C5702
Text Example
Text Example
White with #8C5702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5702; }
p { color: rgb(140,87,2); }
H1.HeaderClassName
{
color: #8C5702;
}
.AnyTagClassName
{
color: #8C5702;
}
</style>
background-color css
<style>
a { background-color: #8C5702; }
a { background-color: rgb(140,87,2); }
div.DivClassName
{
background-color: #8C5702;
}
.BgClassName
{
background-color: #8C5702;
}
</style>
border-color css
<style>
span { border-color: #8C5702; }
span { border-color: rgb(140,87,2); }
td.TdClassName
{
border-color: #8C5702;
}
.TagClassName
{
border-color: #8C5702;
}
</style>