Shades of Golden Brown #885B01
Tints of Golden Brown #885B01
RGB
CMYK
RGB Variations
Color information
#885B01 (or 0x885B01) is known color: Golden Brown. HEX triplet: 88, 5B and 01. RGB value is (136,91,1). Sum of RGB (Red+Green+Blue) = 136+91+1=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #885B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885B01 is #77A4FE. Grayscale: #5E5E5E. Windows color (decimal): -7841023 or 88968. OLE color: 88968.
HSL color Cylindrical-coordinate representation of color #885B01: hue angle of 40º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #885B01 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 91 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.47 |
| HSL | 40º | 0.99% | 0.27% | - |
| HSV(B) | 40º | 0.99% | 0.53% | - |
| XYZ | 13.9 | 12.72 | 1.75 | - |
| YUV | 94.2 | 75.41 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 1 | 0 | 0.33 | 0.99 | 0.47 | 40 | 0.99 | 0.27 |
| Hex | 88 | 5B | 1 | 0 | 21 | 63 | 2F | 28 | 63 | 1B |
| Octal | 210 | 133 | 1 | 0 | 41 | 143 | 57 | 50 | 143 | 33 |
| Binary | 10001000 | 1011011 | 1 | 0 | 100001 | 1100011 | 101111 | 101000 | 1100011 | 11011 |
Color Harmonies of #885B01
Complementary color
Monochromatic Colors of #885B01
Black with #885B01
Text Example
Text Example
White with #885B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885B01; }
p { color: rgb(136,91,1); }
H1.HeaderClassName
{
color: #885B01;
}
.AnyTagClassName
{
color: #885B01;
}
</style>
background-color css
<style>
a { background-color: #885B01; }
a { background-color: rgb(136,91,1); }
div.DivClassName
{
background-color: #885B01;
}
.BgClassName
{
background-color: #885B01;
}
</style>
border-color css
<style>
span { border-color: #885B01; }
span { border-color: rgb(136,91,1); }
td.TdClassName
{
border-color: #885B01;
}
.TagClassName
{
border-color: #885B01;
}
</style>