Shades of Golden Brown #885B00
Tints of Golden Brown #885B00
RGB
CMYK
RGB Variations
Color information
#885B00 (or 0x885B00) is known color: Golden Brown. HEX triplet: 88, 5B and 00. RGB value is (136,91,0). Sum of RGB (Red+Green+Blue) = 136+91+0=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #885B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885B00 is #77A4FF. Grayscale: #5E5E5E. Windows color (decimal): -7841024 or 23432. OLE color: 23432.
HSL color Cylindrical-coordinate representation of color #885B00: hue angle of 40.15º 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 #885B00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 91 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.47 |
| HSL | 40.15º | 1% | 0.27% | - |
| HSV(B) | 40.15º | 1% | 0.53% | - |
| XYZ | 13.89 | 12.72 | 1.72 | - |
| YUV | 94.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 0 | 0 | 0.33 | 1 | 0.47 | 40.15 | 1 | 0.27 |
| Hex | 88 | 5B | 0 | 0 | 21 | 64 | 2F | 28 | 64 | 1B |
| Octal | 210 | 133 | 0 | 0 | 41 | 144 | 57 | 50 | 144 | 33 |
| Binary | 10001000 | 1011011 | 0 | 0 | 100001 | 1100100 | 101111 | 101000 | 1100100 | 11011 |
Color Harmonies of #885B00
Complementary color
Monochromatic Colors of #885B00
Black with #885B00
Text Example
Text Example
White with #885B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885B00; }
p { color: rgb(136,91,0); }
H1.HeaderClassName
{
color: #885B00;
}
.AnyTagClassName
{
color: #885B00;
}
</style>
background-color css
<style>
a { background-color: #885B00; }
a { background-color: rgb(136,91,0); }
div.DivClassName
{
background-color: #885B00;
}
.BgClassName
{
background-color: #885B00;
}
</style>
border-color css
<style>
span { border-color: #885B00; }
span { border-color: rgb(136,91,0); }
td.TdClassName
{
border-color: #885B00;
}
.TagClassName
{
border-color: #885B00;
}
</style>