Shades of Golden Brown #885E08
Tints of Golden Brown #885E08
RGB
CMYK
RGB Variations
Color information
#885E08 (or 0x885E08) is known color: Golden Brown. HEX triplet: 88, 5E and 08. RGB value is (136,94,8). Sum of RGB (Red+Green+Blue) = 136+94+8=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #885E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885E08 is #77A1F7. Grayscale: #616161. Windows color (decimal): -7840248 or 548488. OLE color: 548488.
HSL color Cylindrical-coordinate representation of color #885E08: hue angle of 40.31º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #885E08 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 94 | 8 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.47 |
| HSL | 40.31º | 0.89% | 0.28% | - |
| HSV(B) | 40.31º | 0.94% | 0.53% | - |
| XYZ | 14.2 | 13.26 | 2.04 | - |
| YUV | 96.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 8 | 0 | 0.31 | 0.94 | 0.47 | 40.31 | 0.89 | 0.28 |
| Hex | 88 | 5E | 8 | 0 | 1F | 5E | 2F | 28 | 59 | 1C |
| Octal | 210 | 136 | 10 | 0 | 37 | 136 | 57 | 50 | 131 | 34 |
| Binary | 10001000 | 1011110 | 1000 | 0 | 11111 | 1011110 | 101111 | 101000 | 1011001 | 11100 |
Color Harmonies of #885E08
Complementary color
Monochromatic Colors of #885E08
Black with #885E08
Text Example
Text Example
White with #885E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885E08; }
p { color: rgb(136,94,8); }
H1.HeaderClassName
{
color: #885E08;
}
.AnyTagClassName
{
color: #885E08;
}
</style>
background-color css
<style>
a { background-color: #885E08; }
a { background-color: rgb(136,94,8); }
div.DivClassName
{
background-color: #885E08;
}
.BgClassName
{
background-color: #885E08;
}
</style>
border-color css
<style>
span { border-color: #885E08; }
span { border-color: rgb(136,94,8); }
td.TdClassName
{
border-color: #885E08;
}
.TagClassName
{
border-color: #885E08;
}
</style>