Shades of Golden Brown #885808
Tints of Golden Brown #885808
RGB
CMYK
RGB Variations
Color information
#885808 (or 0x885808) is known color: Golden Brown. HEX triplet: 88, 58 and 08. RGB value is (136,88,8). Sum of RGB (Red+Green+Blue) = 136+88+8=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #885808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885808 is #77A7F7. Grayscale: #5D5D5D. Windows color (decimal): -7841784 or 546952. OLE color: 546952.
HSL color Cylindrical-coordinate representation of color #885808: hue angle of 37.5º 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 #885808 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 8 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.47 |
| HSL | 37.5º | 0.89% | 0.28% | - |
| HSV(B) | 37.5º | 0.94% | 0.53% | - |
| XYZ | 13.69 | 12.23 | 1.87 | - |
| YUV | 93.23 | 79.9 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 8 | 0 | 0.35 | 0.94 | 0.47 | 37.5 | 0.89 | 0.28 |
| Hex | 88 | 58 | 8 | 0 | 23 | 5E | 2F | 26 | 59 | 1C |
| Octal | 210 | 130 | 10 | 0 | 43 | 136 | 57 | 46 | 131 | 34 |
| Binary | 10001000 | 1011000 | 1000 | 0 | 100011 | 1011110 | 101111 | 100110 | 1011001 | 11100 |
Color Harmonies of #885808
Complementary color
Monochromatic Colors of #885808
Black with #885808
Text Example
Text Example
White with #885808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885808; }
p { color: rgb(136,88,8); }
H1.HeaderClassName
{
color: #885808;
}
.AnyTagClassName
{
color: #885808;
}
</style>
background-color css
<style>
a { background-color: #885808; }
a { background-color: rgb(136,88,8); }
div.DivClassName
{
background-color: #885808;
}
.BgClassName
{
background-color: #885808;
}
</style>
border-color css
<style>
span { border-color: #885808; }
span { border-color: rgb(136,88,8); }
td.TdClassName
{
border-color: #885808;
}
.TagClassName
{
border-color: #885808;
}
</style>