Shades of Golden Brown #8C5603
Tints of Golden Brown #8C5603
RGB
CMYK
RGB Variations
Color information
#8C5603 (or 0x8C5603) is known color: Golden Brown. HEX triplet: 8C, 56 and 03. RGB value is (140,86,3). Sum of RGB (Red+Green+Blue) = 140+86+3=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5603 is #73A9FC. Grayscale: #5D5D5D. Windows color (decimal): -7580157 or 218764. OLE color: 218764.
HSL color Cylindrical-coordinate representation of color #8C5603: hue angle of 36.35º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C5603 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 3 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.45 |
| HSL | 36.35º | 0.96% | 0.28% | - |
| HSV(B) | 36.35º | 0.98% | 0.55% | - |
| XYZ | 14.16 | 12.24 | 1.7 | - |
| YUV | 92.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 3 | 0 | 0.39 | 0.98 | 0.45 | 36.35 | 0.96 | 0.28 |
| Hex | 8C | 56 | 3 | 0 | 27 | 62 | 2D | 24 | 60 | 1C |
| Octal | 214 | 126 | 3 | 0 | 47 | 142 | 55 | 44 | 140 | 34 |
| Binary | 10001100 | 1010110 | 11 | 0 | 100111 | 1100010 | 101101 | 100100 | 1100000 | 11100 |
Color Harmonies of #8C5603
Complementary color
Monochromatic Colors of #8C5603
Black with #8C5603
Text Example
Text Example
White with #8C5603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5603; }
p { color: rgb(140,86,3); }
H1.HeaderClassName
{
color: #8C5603;
}
.AnyTagClassName
{
color: #8C5603;
}
</style>
background-color css
<style>
a { background-color: #8C5603; }
a { background-color: rgb(140,86,3); }
div.DivClassName
{
background-color: #8C5603;
}
.BgClassName
{
background-color: #8C5603;
}
</style>
border-color css
<style>
span { border-color: #8C5603; }
span { border-color: rgb(140,86,3); }
td.TdClassName
{
border-color: #8C5603;
}
.TagClassName
{
border-color: #8C5603;
}
</style>