Shades of Golden Brown #885E00
Tints of Golden Brown #885E00
RGB
CMYK
RGB Variations
Color information
#885E00 (or 0x885E00) is known color: Golden Brown. HEX triplet: 88, 5E and 00. RGB value is (136,94,0). Sum of RGB (Red+Green+Blue) = 136+94+0=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #885E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885E00 is #77A1FF. Grayscale: #606060. Windows color (decimal): -7840256 or 24200. OLE color: 24200.
HSL color Cylindrical-coordinate representation of color #885E00: hue angle of 41.47º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #885E00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 94 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.47 |
| HSL | 41.47º | 1% | 0.27% | - |
| HSV(B) | 41.47º | 1% | 0.53% | - |
| XYZ | 14.16 | 13.24 | 1.81 | - |
| YUV | 95.84 | 73.91 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 0 | 0 | 0.31 | 1 | 0.47 | 41.47 | 1 | 0.27 |
| Hex | 88 | 5E | 0 | 0 | 1F | 64 | 2F | 29 | 64 | 1B |
| Octal | 210 | 136 | 0 | 0 | 37 | 144 | 57 | 51 | 144 | 33 |
| Binary | 10001000 | 1011110 | 0 | 0 | 11111 | 1100100 | 101111 | 101001 | 1100100 | 11011 |
Color Harmonies of #885E00
Complementary color
Monochromatic Colors of #885E00
Black with #885E00
Text Example
Text Example
White with #885E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885E00; }
p { color: rgb(136,94,0); }
H1.HeaderClassName
{
color: #885E00;
}
.AnyTagClassName
{
color: #885E00;
}
</style>
background-color css
<style>
a { background-color: #885E00; }
a { background-color: rgb(136,94,0); }
div.DivClassName
{
background-color: #885E00;
}
.BgClassName
{
background-color: #885E00;
}
</style>
border-color css
<style>
span { border-color: #885E00; }
span { border-color: rgb(136,94,0); }
td.TdClassName
{
border-color: #885E00;
}
.TagClassName
{
border-color: #885E00;
}
</style>