Shades of Golden Brown #885809
Tints of Golden Brown #885809
RGB
CMYK
RGB Variations
Color information
#885809 (or 0x885809) is known color: Golden Brown. HEX triplet: 88, 58 and 09. RGB value is (136,88,9). Sum of RGB (Red+Green+Blue) = 136+88+9=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #885809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885809 is #77A7F6. Grayscale: #5D5D5D. Windows color (decimal): -7841783 or 612488. OLE color: 612488.
HSL color Cylindrical-coordinate representation of color #885809: hue angle of 37.32º 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 #885809 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 9 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.47 |
| HSL | 37.32º | 0.88% | 0.28% | - |
| HSV(B) | 37.32º | 0.93% | 0.53% | - |
| XYZ | 13.69 | 12.23 | 1.9 | - |
| YUV | 93.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 9 | 0 | 0.35 | 0.93 | 0.47 | 37.32 | 0.88 | 0.28 |
| Hex | 88 | 58 | 9 | 0 | 23 | 5D | 2F | 25 | 58 | 1C |
| Octal | 210 | 130 | 11 | 0 | 43 | 135 | 57 | 45 | 130 | 34 |
| Binary | 10001000 | 1011000 | 1001 | 0 | 100011 | 1011101 | 101111 | 100101 | 1011000 | 11100 |
Color Harmonies of #885809
Complementary color
Monochromatic Colors of #885809
Black with #885809
Text Example
Text Example
White with #885809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885809; }
p { color: rgb(136,88,9); }
H1.HeaderClassName
{
color: #885809;
}
.AnyTagClassName
{
color: #885809;
}
</style>
background-color css
<style>
a { background-color: #885809; }
a { background-color: rgb(136,88,9); }
div.DivClassName
{
background-color: #885809;
}
.BgClassName
{
background-color: #885809;
}
</style>
border-color css
<style>
span { border-color: #885809; }
span { border-color: rgb(136,88,9); }
td.TdClassName
{
border-color: #885809;
}
.TagClassName
{
border-color: #885809;
}
</style>