Shades of Golden Brown #885C03
Tints of Golden Brown #885C03
RGB
CMYK
RGB Variations
Color information
#885C03 (or 0x885C03) is known color: Golden Brown. HEX triplet: 88, 5C and 03. RGB value is (136,92,3). Sum of RGB (Red+Green+Blue) = 136+92+3=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #885C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885C03 is #77A3FC. Grayscale: #5F5F5F. Windows color (decimal): -7840765 or 220296. OLE color: 220296.
HSL color Cylindrical-coordinate representation of color #885C03: hue angle of 40.15º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #885C03 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 92 | 3 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.47 |
| HSL | 40.15º | 0.96% | 0.27% | - |
| HSV(B) | 40.15º | 0.98% | 0.53% | - |
| XYZ | 14 | 12.9 | 1.84 | - |
| YUV | 95.01 | 76.08 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 3 | 0 | 0.32 | 0.98 | 0.47 | 40.15 | 0.96 | 0.27 |
| Hex | 88 | 5C | 3 | 0 | 20 | 62 | 2F | 28 | 60 | 1B |
| Octal | 210 | 134 | 3 | 0 | 40 | 142 | 57 | 50 | 140 | 33 |
| Binary | 10001000 | 1011100 | 11 | 0 | 100000 | 1100010 | 101111 | 101000 | 1100000 | 11011 |
Color Harmonies of #885C03
Complementary color
Monochromatic Colors of #885C03
Black with #885C03
Text Example
Text Example
White with #885C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885C03; }
p { color: rgb(136,92,3); }
H1.HeaderClassName
{
color: #885C03;
}
.AnyTagClassName
{
color: #885C03;
}
</style>
background-color css
<style>
a { background-color: #885C03; }
a { background-color: rgb(136,92,3); }
div.DivClassName
{
background-color: #885C03;
}
.BgClassName
{
background-color: #885C03;
}
</style>
border-color css
<style>
span { border-color: #885C03; }
span { border-color: rgb(136,92,3); }
td.TdClassName
{
border-color: #885C03;
}
.TagClassName
{
border-color: #885C03;
}
</style>