Shades of Golden Brown #885A09
Tints of Golden Brown #885A09
RGB
CMYK
RGB Variations
Color information
#885A09 (or 0x885A09) is known color: Golden Brown. HEX triplet: 88, 5A and 09. RGB value is (136,90,9). Sum of RGB (Red+Green+Blue) = 136+90+9=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #885A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885A09 is #77A5F6. Grayscale: #5E5E5E. Windows color (decimal): -7841271 or 613000. OLE color: 613000.
HSL color Cylindrical-coordinate representation of color #885A09: hue angle of 38.27º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #885A09 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 90 | 9 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.47 |
| HSL | 38.27º | 0.88% | 0.28% | - |
| HSV(B) | 38.27º | 0.93% | 0.53% | - |
| XYZ | 13.86 | 12.57 | 1.95 | - |
| YUV | 94.52 | 79.74 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 9 | 0 | 0.34 | 0.93 | 0.47 | 38.27 | 0.88 | 0.28 |
| Hex | 88 | 5A | 9 | 0 | 22 | 5D | 2F | 26 | 58 | 1C |
| Octal | 210 | 132 | 11 | 0 | 42 | 135 | 57 | 46 | 130 | 34 |
| Binary | 10001000 | 1011010 | 1001 | 0 | 100010 | 1011101 | 101111 | 100110 | 1011000 | 11100 |
Color Harmonies of #885A09
Complementary color
Monochromatic Colors of #885A09
Black with #885A09
Text Example
Text Example
White with #885A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885A09; }
p { color: rgb(136,90,9); }
H1.HeaderClassName
{
color: #885A09;
}
.AnyTagClassName
{
color: #885A09;
}
</style>
background-color css
<style>
a { background-color: #885A09; }
a { background-color: rgb(136,90,9); }
div.DivClassName
{
background-color: #885A09;
}
.BgClassName
{
background-color: #885A09;
}
</style>
border-color css
<style>
span { border-color: #885A09; }
span { border-color: rgb(136,90,9); }
td.TdClassName
{
border-color: #885A09;
}
.TagClassName
{
border-color: #885A09;
}
</style>