Shades of Golden Brown #885A0E
Tints of Golden Brown #885A0E
RGB
CMYK
RGB Variations
Color information
#885A0E (or 0x885A0E) is known color: Golden Brown. HEX triplet: 88, 5A and 0E. RGB value is (136,90,14). Sum of RGB (Red+Green+Blue) = 136+90+14=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #885A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885A0E is #77A5F1. Grayscale: #5F5F5F. Windows color (decimal): -7841266 or 940680. OLE color: 940680.
HSL color Cylindrical-coordinate representation of color #885A0E: hue angle of 37.38º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #885A0E is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 90 | 14 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.47 |
| HSL | 37.38º | 0.81% | 0.29% | - |
| HSV(B) | 37.38º | 0.9% | 0.53% | - |
| XYZ | 13.89 | 12.58 | 2.11 | - |
| YUV | 95.09 | 82.24 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 14 | 0 | 0.34 | 0.90 | 0.47 | 37.38 | 0.81 | 0.29 |
| Hex | 88 | 5A | E | 0 | 22 | 5A | 2F | 25 | 51 | 1D |
| Octal | 210 | 132 | 16 | 0 | 42 | 132 | 57 | 45 | 121 | 35 |
| Binary | 10001000 | 1011010 | 1110 | 0 | 100010 | 1011010 | 101111 | 100101 | 1010001 | 11101 |
Color Harmonies of #885A0E
Complementary color
Monochromatic Colors of #885A0E
Black with #885A0E
Text Example
Text Example
White with #885A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885A0E; }
p { color: rgb(136,90,14); }
H1.HeaderClassName
{
color: #885A0E;
}
.AnyTagClassName
{
color: #885A0E;
}
</style>
background-color css
<style>
a { background-color: #885A0E; }
a { background-color: rgb(136,90,14); }
div.DivClassName
{
background-color: #885A0E;
}
.BgClassName
{
background-color: #885A0E;
}
</style>
border-color css
<style>
span { border-color: #885A0E; }
span { border-color: rgb(136,90,14); }
td.TdClassName
{
border-color: #885A0E;
}
.TagClassName
{
border-color: #885A0E;
}
</style>