Shades of Golden Brown #885C02
Tints of Golden Brown #885C02
RGB
CMYK
RGB Variations
Color information
#885C02 (or 0x885C02) is known color: Golden Brown. HEX triplet: 88, 5C and 02. RGB value is (136,92,2). Sum of RGB (Red+Green+Blue) = 136+92+2=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #885C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885C02 is #77A3FD. Grayscale: #5F5F5F. Windows color (decimal): -7840766 or 154760. OLE color: 154760.
HSL color Cylindrical-coordinate representation of color #885C02: hue angle of 40.3º degrees, saturation: 0.97, 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 #885C02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 92 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.47 |
| HSL | 40.3º | 0.97% | 0.27% | - |
| HSV(B) | 40.3º | 0.99% | 0.53% | - |
| XYZ | 13.99 | 12.89 | 1.81 | - |
| YUV | 94.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 2 | 0 | 0.32 | 0.99 | 0.47 | 40.3 | 0.97 | 0.27 |
| Hex | 88 | 5C | 2 | 0 | 20 | 63 | 2F | 28 | 61 | 1B |
| Octal | 210 | 134 | 2 | 0 | 40 | 143 | 57 | 50 | 141 | 33 |
| Binary | 10001000 | 1011100 | 10 | 0 | 100000 | 1100011 | 101111 | 101000 | 1100001 | 11011 |
Color Harmonies of #885C02
Complementary color
Monochromatic Colors of #885C02
Black with #885C02
Text Example
Text Example
White with #885C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885C02; }
p { color: rgb(136,92,2); }
H1.HeaderClassName
{
color: #885C02;
}
.AnyTagClassName
{
color: #885C02;
}
</style>
background-color css
<style>
a { background-color: #885C02; }
a { background-color: rgb(136,92,2); }
div.DivClassName
{
background-color: #885C02;
}
.BgClassName
{
background-color: #885C02;
}
</style>
border-color css
<style>
span { border-color: #885C02; }
span { border-color: rgb(136,92,2); }
td.TdClassName
{
border-color: #885C02;
}
.TagClassName
{
border-color: #885C02;
}
</style>