Shades of Golden Brown #885A00
Tints of Golden Brown #885A00
RGB
CMYK
RGB Variations
Color information
#885A00 (or 0x885A00) is known color: Golden Brown. HEX triplet: 88, 5A and 00. RGB value is (136,90,0). Sum of RGB (Red+Green+Blue) = 136+90+0=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #885A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885A00 is #77A5FF. Grayscale: #5D5D5D. Windows color (decimal): -7841280 or 23176. OLE color: 23176.
HSL color Cylindrical-coordinate representation of color #885A00: hue angle of 39.71º 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 #885A00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 90 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.47 |
| HSL | 39.71º | 1% | 0.27% | - |
| HSV(B) | 39.71º | 1% | 0.53% | - |
| XYZ | 13.81 | 12.55 | 1.69 | - |
| YUV | 93.49 | 75.24 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 0 | 0 | 0.34 | 1 | 0.47 | 39.71 | 1 | 0.27 |
| Hex | 88 | 5A | 0 | 0 | 22 | 64 | 2F | 28 | 64 | 1B |
| Octal | 210 | 132 | 0 | 0 | 42 | 144 | 57 | 50 | 144 | 33 |
| Binary | 10001000 | 1011010 | 0 | 0 | 100010 | 1100100 | 101111 | 101000 | 1100100 | 11011 |
Color Harmonies of #885A00
Complementary color
Monochromatic Colors of #885A00
Black with #885A00
Text Example
Text Example
White with #885A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885A00; }
p { color: rgb(136,90,0); }
H1.HeaderClassName
{
color: #885A00;
}
.AnyTagClassName
{
color: #885A00;
}
</style>
background-color css
<style>
a { background-color: #885A00; }
a { background-color: rgb(136,90,0); }
div.DivClassName
{
background-color: #885A00;
}
.BgClassName
{
background-color: #885A00;
}
</style>
border-color css
<style>
span { border-color: #885A00; }
span { border-color: rgb(136,90,0); }
td.TdClassName
{
border-color: #885A00;
}
.TagClassName
{
border-color: #885A00;
}
</style>