Shades of Golden Brown #885805
Tints of Golden Brown #885805
RGB
CMYK
RGB Variations
Color information
#885805 (or 0x885805) is known color: Golden Brown. HEX triplet: 88, 58 and 05. RGB value is (136,88,5). Sum of RGB (Red+Green+Blue) = 136+88+5=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #885805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885805 is #77A7FA. Grayscale: #5D5D5D. Windows color (decimal): -7841787 or 350344. OLE color: 350344.
HSL color Cylindrical-coordinate representation of color #885805: hue angle of 38.02º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #885805 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 5 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.47 |
| HSL | 38.02º | 0.93% | 0.28% | - |
| HSV(B) | 38.02º | 0.96% | 0.53% | - |
| XYZ | 13.67 | 12.22 | 1.78 | - |
| YUV | 92.89 | 78.4 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 5 | 0 | 0.35 | 0.96 | 0.47 | 38.02 | 0.93 | 0.28 |
| Hex | 88 | 58 | 5 | 0 | 23 | 60 | 2F | 26 | 5D | 1C |
| Octal | 210 | 130 | 5 | 0 | 43 | 140 | 57 | 46 | 135 | 34 |
| Binary | 10001000 | 1011000 | 101 | 0 | 100011 | 1100000 | 101111 | 100110 | 1011101 | 11100 |
Color Harmonies of #885805
Complementary color
Monochromatic Colors of #885805
Black with #885805
Text Example
Text Example
White with #885805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885805; }
p { color: rgb(136,88,5); }
H1.HeaderClassName
{
color: #885805;
}
.AnyTagClassName
{
color: #885805;
}
</style>
background-color css
<style>
a { background-color: #885805; }
a { background-color: rgb(136,88,5); }
div.DivClassName
{
background-color: #885805;
}
.BgClassName
{
background-color: #885805;
}
</style>
border-color css
<style>
span { border-color: #885805; }
span { border-color: rgb(136,88,5); }
td.TdClassName
{
border-color: #885805;
}
.TagClassName
{
border-color: #885805;
}
</style>