Shades of Golden Brown #885D00
Tints of Golden Brown #885D00
RGB
CMYK
RGB Variations
Color information
#885D00 (or 0x885D00) is known color: Golden Brown. HEX triplet: 88, 5D and 00. RGB value is (136,93,0). Sum of RGB (Red+Green+Blue) = 136+93+0=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #885D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885D00 is #77A2FF. Grayscale: #5F5F5F. Windows color (decimal): -7840512 or 23944. OLE color: 23944.
HSL color Cylindrical-coordinate representation of color #885D00: hue angle of 41.03º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #885D00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 93 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.47 |
| HSL | 41.03º | 1% | 0.27% | - |
| HSV(B) | 41.03º | 1% | 0.53% | - |
| XYZ | 14.07 | 13.06 | 1.78 | - |
| YUV | 95.26 | 74.25 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 0 | 0 | 0.32 | 1 | 0.47 | 41.03 | 1 | 0.27 |
| Hex | 88 | 5D | 0 | 0 | 20 | 64 | 2F | 29 | 64 | 1B |
| Octal | 210 | 135 | 0 | 0 | 40 | 144 | 57 | 51 | 144 | 33 |
| Binary | 10001000 | 1011101 | 0 | 0 | 100000 | 1100100 | 101111 | 101001 | 1100100 | 11011 |
Color Harmonies of #885D00
Complementary color
Monochromatic Colors of #885D00
Black with #885D00
Text Example
Text Example
White with #885D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885D00; }
p { color: rgb(136,93,0); }
H1.HeaderClassName
{
color: #885D00;
}
.AnyTagClassName
{
color: #885D00;
}
</style>
background-color css
<style>
a { background-color: #885D00; }
a { background-color: rgb(136,93,0); }
div.DivClassName
{
background-color: #885D00;
}
.BgClassName
{
background-color: #885D00;
}
</style>
border-color css
<style>
span { border-color: #885D00; }
span { border-color: rgb(136,93,0); }
td.TdClassName
{
border-color: #885D00;
}
.TagClassName
{
border-color: #885D00;
}
</style>