Shades of Golden Brown #8C5802
Tints of Golden Brown #8C5802
RGB
CMYK
RGB Variations
Color information
#8C5802 (or 0x8C5802) is known color: Golden Brown. HEX triplet: 8C, 58 and 02. RGB value is (140,88,2). Sum of RGB (Red+Green+Blue) = 140+88+2=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5802 is #73A7FD. Grayscale: #5E5E5E. Windows color (decimal): -7579646 or 153740. OLE color: 153740.
HSL color Cylindrical-coordinate representation of color #8C5802: hue angle of 37.39º 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 #8C5802 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.45 |
| HSL | 37.39º | 0.97% | 0.28% | - |
| HSV(B) | 37.39º | 0.99% | 0.55% | - |
| XYZ | 14.32 | 12.56 | 1.73 | - |
| YUV | 93.74 | 76.23 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 2 | 0 | 0.37 | 0.99 | 0.45 | 37.39 | 0.97 | 0.28 |
| Hex | 8C | 58 | 2 | 0 | 25 | 63 | 2D | 25 | 61 | 1C |
| Octal | 214 | 130 | 2 | 0 | 45 | 143 | 55 | 45 | 141 | 34 |
| Binary | 10001100 | 1011000 | 10 | 0 | 100101 | 1100011 | 101101 | 100101 | 1100001 | 11100 |
Color Harmonies of #8C5802
Complementary color
Monochromatic Colors of #8C5802
Black with #8C5802
Text Example
Text Example
White with #8C5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5802; }
p { color: rgb(140,88,2); }
H1.HeaderClassName
{
color: #8C5802;
}
.AnyTagClassName
{
color: #8C5802;
}
</style>
background-color css
<style>
a { background-color: #8C5802; }
a { background-color: rgb(140,88,2); }
div.DivClassName
{
background-color: #8C5802;
}
.BgClassName
{
background-color: #8C5802;
}
</style>
border-color css
<style>
span { border-color: #8C5802; }
span { border-color: rgb(140,88,2); }
td.TdClassName
{
border-color: #8C5802;
}
.TagClassName
{
border-color: #8C5802;
}
</style>