Shades of Golden Brown #8C7009
Tints of Golden Brown #8C7009
RGB
CMYK
RGB Variations
Color information
#8C7009 (or 0x8C7009) is known color: Golden Brown. HEX triplet: 8C, 70 and 09. RGB value is (140,112,9). Sum of RGB (Red+Green+Blue) = 140+112+9=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7009 is #738FF6. Grayscale: #6D6D6D. Windows color (decimal): -7573495 or 618636. OLE color: 618636.
HSL color Cylindrical-coordinate representation of color #8C7009: hue angle of 47.18º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C7009 is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 9 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.45 |
| HSL | 47.18º | 0.88% | 0.29% | - |
| HSV(B) | 47.18º | 0.94% | 0.55% | - |
| XYZ | 16.66 | 17.18 | 2.7 | - |
| YUV | 108.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 9 | 0 | 0.20 | 0.94 | 0.45 | 47.18 | 0.88 | 0.29 |
| Hex | 8C | 70 | 9 | 0 | 14 | 5E | 2D | 2F | 58 | 1D |
| Octal | 214 | 160 | 11 | 0 | 24 | 136 | 55 | 57 | 130 | 35 |
| Binary | 10001100 | 1110000 | 1001 | 0 | 10100 | 1011110 | 101101 | 101111 | 1011000 | 11101 |
Color Harmonies of #8C7009
Complementary color
Monochromatic Colors of #8C7009
Black with #8C7009
Text Example
Text Example
White with #8C7009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7009; }
p { color: rgb(140,112,9); }
H1.HeaderClassName
{
color: #8C7009;
}
.AnyTagClassName
{
color: #8C7009;
}
</style>
background-color css
<style>
a { background-color: #8C7009; }
a { background-color: rgb(140,112,9); }
div.DivClassName
{
background-color: #8C7009;
}
.BgClassName
{
background-color: #8C7009;
}
</style>
border-color css
<style>
span { border-color: #8C7009; }
span { border-color: rgb(140,112,9); }
td.TdClassName
{
border-color: #8C7009;
}
.TagClassName
{
border-color: #8C7009;
}
</style>