Shades of Golden Brown #885E05
Tints of Golden Brown #885E05
RGB
CMYK
RGB Variations
Color information
#885E05 (or 0x885E05) is known color: Golden Brown. HEX triplet: 88, 5E and 05. RGB value is (136,94,5). Sum of RGB (Red+Green+Blue) = 136+94+5=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #885E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885E05 is #77A1FA. Grayscale: #606060. Windows color (decimal): -7840251 or 351880. OLE color: 351880.
HSL color Cylindrical-coordinate representation of color #885E05: hue angle of 40.76º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #885E05 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 94 | 5 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.47 |
| HSL | 40.76º | 0.93% | 0.28% | - |
| HSV(B) | 40.76º | 0.96% | 0.53% | - |
| XYZ | 14.18 | 13.25 | 1.95 | - |
| YUV | 96.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 5 | 0 | 0.31 | 0.96 | 0.47 | 40.76 | 0.93 | 0.28 |
| Hex | 88 | 5E | 5 | 0 | 1F | 60 | 2F | 29 | 5D | 1C |
| Octal | 210 | 136 | 5 | 0 | 37 | 140 | 57 | 51 | 135 | 34 |
| Binary | 10001000 | 1011110 | 101 | 0 | 11111 | 1100000 | 101111 | 101001 | 1011101 | 11100 |
Color Harmonies of #885E05
Complementary color
Monochromatic Colors of #885E05
Black with #885E05
Text Example
Text Example
White with #885E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885E05; }
p { color: rgb(136,94,5); }
H1.HeaderClassName
{
color: #885E05;
}
.AnyTagClassName
{
color: #885E05;
}
</style>
background-color css
<style>
a { background-color: #885E05; }
a { background-color: rgb(136,94,5); }
div.DivClassName
{
background-color: #885E05;
}
.BgClassName
{
background-color: #885E05;
}
</style>
border-color css
<style>
span { border-color: #885E05; }
span { border-color: rgb(136,94,5); }
td.TdClassName
{
border-color: #885E05;
}
.TagClassName
{
border-color: #885E05;
}
</style>