Shades of Golden Brown #885C13
Tints of Golden Brown #885C13
RGB
CMYK
RGB Variations
Color information
#885C13 (or 0x885C13) is known color: Golden Brown. HEX triplet: 88, 5C and 13. RGB value is (136,92,19). Sum of RGB (Red+Green+Blue) = 136+92+19=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #885C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885C13 is #77A3EC. Grayscale: #616161. Windows color (decimal): -7840749 or 1268872. OLE color: 1268872.
HSL color Cylindrical-coordinate representation of color #885C13: hue angle of 37.44º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #885C13 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 92 | 19 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.47 |
| HSL | 37.44º | 0.75% | 0.3% | - |
| HSV(B) | 37.44º | 0.86% | 0.53% | - |
| XYZ | 14.1 | 12.94 | 2.37 | - |
| YUV | 96.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 19 | 0 | 0.32 | 0.86 | 0.47 | 37.44 | 0.75 | 0.3 |
| Hex | 88 | 5C | 13 | 0 | 20 | 56 | 2F | 25 | 4B | 1E |
| Octal | 210 | 134 | 23 | 0 | 40 | 126 | 57 | 45 | 113 | 36 |
| Binary | 10001000 | 1011100 | 10011 | 0 | 100000 | 1010110 | 101111 | 100101 | 1001011 | 11110 |
Color Harmonies of #885C13
Complementary color
Monochromatic Colors of #885C13
Black with #885C13
Text Example
Text Example
White with #885C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885C13; }
p { color: rgb(136,92,19); }
H1.HeaderClassName
{
color: #885C13;
}
.AnyTagClassName
{
color: #885C13;
}
</style>
background-color css
<style>
a { background-color: #885C13; }
a { background-color: rgb(136,92,19); }
div.DivClassName
{
background-color: #885C13;
}
.BgClassName
{
background-color: #885C13;
}
</style>
border-color css
<style>
span { border-color: #885C13; }
span { border-color: rgb(136,92,19); }
td.TdClassName
{
border-color: #885C13;
}
.TagClassName
{
border-color: #885C13;
}
</style>