Shades of Golden Brown #8C5B08
Tints of Golden Brown #8C5B08
RGB
CMYK
RGB Variations
Color information
#8C5B08 (or 0x8C5B08) is known color: Golden Brown. HEX triplet: 8C, 5B and 08. RGB value is (140,91,8). Sum of RGB (Red+Green+Blue) = 140+91+8=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5B08 is #73A4F7. Grayscale: #606060. Windows color (decimal): -7578872 or 547724. OLE color: 547724.
HSL color Cylindrical-coordinate representation of color #8C5B08: hue angle of 37.73º degrees, saturation: 0.89, 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 #8C5B08 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 91 | 8 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.45 |
| HSL | 37.73º | 0.89% | 0.29% | - |
| HSV(B) | 37.73º | 0.94% | 0.55% | - |
| XYZ | 14.6 | 13.08 | 1.98 | - |
| YUV | 96.19 | 78.23 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 8 | 0 | 0.35 | 0.94 | 0.45 | 37.73 | 0.89 | 0.29 |
| Hex | 8C | 5B | 8 | 0 | 23 | 5E | 2D | 26 | 59 | 1D |
| Octal | 214 | 133 | 10 | 0 | 43 | 136 | 55 | 46 | 131 | 35 |
| Binary | 10001100 | 1011011 | 1000 | 0 | 100011 | 1011110 | 101101 | 100110 | 1011001 | 11101 |
Color Harmonies of #8C5B08
Complementary color
Monochromatic Colors of #8C5B08
Black with #8C5B08
Text Example
Text Example
White with #8C5B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5B08; }
p { color: rgb(140,91,8); }
H1.HeaderClassName
{
color: #8C5B08;
}
.AnyTagClassName
{
color: #8C5B08;
}
</style>
background-color css
<style>
a { background-color: #8C5B08; }
a { background-color: rgb(140,91,8); }
div.DivClassName
{
background-color: #8C5B08;
}
.BgClassName
{
background-color: #8C5B08;
}
</style>
border-color css
<style>
span { border-color: #8C5B08; }
span { border-color: rgb(140,91,8); }
td.TdClassName
{
border-color: #8C5B08;
}
.TagClassName
{
border-color: #8C5B08;
}
</style>