Shades of Golden Brown #885708
Tints of Golden Brown #885708
RGB
CMYK
RGB Variations
Color information
#885708 (or 0x885708) is known color: Golden Brown. HEX triplet: 88, 57 and 08. RGB value is (136,87,8). Sum of RGB (Red+Green+Blue) = 136+87+8=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #885708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885708 is #77A8F7. Grayscale: #5D5D5D. Windows color (decimal): -7842040 or 546696. OLE color: 546696.
HSL color Cylindrical-coordinate representation of color #885708: hue angle of 37.03º 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 #885708 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 87 | 8 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.47 |
| HSL | 37.03º | 0.89% | 0.28% | - |
| HSV(B) | 37.03º | 0.94% | 0.53% | - |
| XYZ | 13.61 | 12.07 | 1.84 | - |
| YUV | 92.65 | 80.23 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 87 | 8 | 0 | 0.36 | 0.94 | 0.47 | 37.03 | 0.89 | 0.28 |
| Hex | 88 | 57 | 8 | 0 | 24 | 5E | 2F | 25 | 59 | 1C |
| Octal | 210 | 127 | 10 | 0 | 44 | 136 | 57 | 45 | 131 | 34 |
| Binary | 10001000 | 1010111 | 1000 | 0 | 100100 | 1011110 | 101111 | 100101 | 1011001 | 11100 |
Color Harmonies of #885708
Complementary color
Monochromatic Colors of #885708
Black with #885708
Text Example
Text Example
White with #885708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885708; }
p { color: rgb(136,87,8); }
H1.HeaderClassName
{
color: #885708;
}
.AnyTagClassName
{
color: #885708;
}
</style>
background-color css
<style>
a { background-color: #885708; }
a { background-color: rgb(136,87,8); }
div.DivClassName
{
background-color: #885708;
}
.BgClassName
{
background-color: #885708;
}
</style>
border-color css
<style>
span { border-color: #885708; }
span { border-color: rgb(136,87,8); }
td.TdClassName
{
border-color: #885708;
}
.TagClassName
{
border-color: #885708;
}
</style>