Shades of Golden Brown #8E5B05
Tints of Golden Brown #8E5B05
RGB
CMYK
RGB Variations
Color information
#8E5B05 (or 0x8E5B05) is known color: Golden Brown. HEX triplet: 8E, 5B and 05. RGB value is (142,91,5). Sum of RGB (Red+Green+Blue) = 142+91+5=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5B05 is #71A4FA. Grayscale: #606060. Windows color (decimal): -7447803 or 351118. OLE color: 351118.
HSL color Cylindrical-coordinate representation of color #8E5B05: hue angle of 37.66º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E5B05 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 91 | 5 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.44 |
| HSL | 37.66º | 0.93% | 0.29% | - |
| HSV(B) | 37.66º | 0.96% | 0.56% | - |
| XYZ | 14.92 | 13.24 | 1.91 | - |
| YUV | 96.45 | 76.4 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 91 | 5 | 0 | 0.36 | 0.96 | 0.44 | 37.66 | 0.93 | 0.29 |
| Hex | 8E | 5B | 5 | 0 | 24 | 60 | 2C | 26 | 5D | 1D |
| Octal | 216 | 133 | 5 | 0 | 44 | 140 | 54 | 46 | 135 | 35 |
| Binary | 10001110 | 1011011 | 101 | 0 | 100100 | 1100000 | 101100 | 100110 | 1011101 | 11101 |
Color Harmonies of #8E5B05
Complementary color
Monochromatic Colors of #8E5B05
Black with #8E5B05
Text Example
Text Example
White with #8E5B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5B05; }
p { color: rgb(142,91,5); }
H1.HeaderClassName
{
color: #8E5B05;
}
.AnyTagClassName
{
color: #8E5B05;
}
</style>
background-color css
<style>
a { background-color: #8E5B05; }
a { background-color: rgb(142,91,5); }
div.DivClassName
{
background-color: #8E5B05;
}
.BgClassName
{
background-color: #8E5B05;
}
</style>
border-color css
<style>
span { border-color: #8E5B05; }
span { border-color: rgb(142,91,5); }
td.TdClassName
{
border-color: #8E5B05;
}
.TagClassName
{
border-color: #8E5B05;
}
</style>