Shades of Golden Brown #885B13
Tints of Golden Brown #885B13
RGB
CMYK
RGB Variations
Color information
#885B13 (or 0x885B13) is known color: Golden Brown. HEX triplet: 88, 5B and 13. RGB value is (136,91,19). Sum of RGB (Red+Green+Blue) = 136+91+19=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #885B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885B13 is #77A4EC. Grayscale: #606060. Windows color (decimal): -7841005 or 1268616. OLE color: 1268616.
HSL color Cylindrical-coordinate representation of color #885B13: hue angle of 36.92º 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 #885B13 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 91 | 19 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.47 |
| HSL | 36.92º | 0.75% | 0.3% | - |
| HSV(B) | 36.92º | 0.86% | 0.53% | - |
| XYZ | 14.01 | 12.76 | 2.34 | - |
| YUV | 96.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 19 | 0 | 0.33 | 0.86 | 0.47 | 36.92 | 0.75 | 0.3 |
| Hex | 88 | 5B | 13 | 0 | 21 | 56 | 2F | 25 | 4B | 1E |
| Octal | 210 | 133 | 23 | 0 | 41 | 126 | 57 | 45 | 113 | 36 |
| Binary | 10001000 | 1011011 | 10011 | 0 | 100001 | 1010110 | 101111 | 100101 | 1001011 | 11110 |
Color Harmonies of #885B13
Complementary color
Monochromatic Colors of #885B13
Black with #885B13
Text Example
Text Example
White with #885B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885B13; }
p { color: rgb(136,91,19); }
H1.HeaderClassName
{
color: #885B13;
}
.AnyTagClassName
{
color: #885B13;
}
</style>
background-color css
<style>
a { background-color: #885B13; }
a { background-color: rgb(136,91,19); }
div.DivClassName
{
background-color: #885B13;
}
.BgClassName
{
background-color: #885B13;
}
</style>
border-color css
<style>
span { border-color: #885B13; }
span { border-color: rgb(136,91,19); }
td.TdClassName
{
border-color: #885B13;
}
.TagClassName
{
border-color: #885B13;
}
</style>