Shades of Golden Brown #885C00
Tints of Golden Brown #885C00
RGB
CMYK
RGB Variations
Color information
#885C00 (or 0x885C00) is known color: Golden Brown. HEX triplet: 88, 5C and 00. RGB value is (136,92,0). Sum of RGB (Red+Green+Blue) = 136+92+0=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #885C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885C00 is #77A3FF. Grayscale: #5F5F5F. Windows color (decimal): -7840768 or 23688. OLE color: 23688.
HSL color Cylindrical-coordinate representation of color #885C00: hue angle of 40.59º 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 #885C00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 92 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.47 |
| HSL | 40.59º | 1% | 0.27% | - |
| HSV(B) | 40.59º | 1% | 0.53% | - |
| XYZ | 13.98 | 12.89 | 1.75 | - |
| YUV | 94.67 | 74.58 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 0 | 0 | 0.32 | 1 | 0.47 | 40.59 | 1 | 0.27 |
| Hex | 88 | 5C | 0 | 0 | 20 | 64 | 2F | 29 | 64 | 1B |
| Octal | 210 | 134 | 0 | 0 | 40 | 144 | 57 | 51 | 144 | 33 |
| Binary | 10001000 | 1011100 | 0 | 0 | 100000 | 1100100 | 101111 | 101001 | 1100100 | 11011 |
Color Harmonies of #885C00
Complementary color
Monochromatic Colors of #885C00
Black with #885C00
Text Example
Text Example
White with #885C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885C00; }
p { color: rgb(136,92,0); }
H1.HeaderClassName
{
color: #885C00;
}
.AnyTagClassName
{
color: #885C00;
}
</style>
background-color css
<style>
a { background-color: #885C00; }
a { background-color: rgb(136,92,0); }
div.DivClassName
{
background-color: #885C00;
}
.BgClassName
{
background-color: #885C00;
}
</style>
border-color css
<style>
span { border-color: #885C00; }
span { border-color: rgb(136,92,0); }
td.TdClassName
{
border-color: #885C00;
}
.TagClassName
{
border-color: #885C00;
}
</style>