Shades of Saddle Brown #885513
Tints of Saddle Brown #885513
RGB
CMYK
RGB Variations
Color information
#885513 (or 0x885513) is known color: Saddle Brown. HEX triplet: 88, 55 and 13. RGB value is (136,85,19). Sum of RGB (Red+Green+Blue) = 136+85+19=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #885513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885513 is #77AAEC. Grayscale: #5D5D5D. Windows color (decimal): -7842541 or 1267080. OLE color: 1267080.
HSL color Cylindrical-coordinate representation of color #885513: hue angle of 33.85º 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 #885513 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 19 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.47 |
| HSL | 33.85º | 0.75% | 0.3% | - |
| HSV(B) | 33.85º | 0.86% | 0.53% | - |
| XYZ | 13.52 | 11.78 | 2.18 | - |
| YUV | 92.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 19 | 0 | 0.38 | 0.86 | 0.47 | 33.85 | 0.75 | 0.3 |
| Hex | 88 | 55 | 13 | 0 | 26 | 56 | 2F | 22 | 4B | 1E |
| Octal | 210 | 125 | 23 | 0 | 46 | 126 | 57 | 42 | 113 | 36 |
| Binary | 10001000 | 1010101 | 10011 | 0 | 100110 | 1010110 | 101111 | 100010 | 1001011 | 11110 |
Color Harmonies of #885513
Complementary color
Monochromatic Colors of #885513
Black with #885513
Text Example
Text Example
White with #885513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885513; }
p { color: rgb(136,85,19); }
H1.HeaderClassName
{
color: #885513;
}
.AnyTagClassName
{
color: #885513;
}
</style>
background-color css
<style>
a { background-color: #885513; }
a { background-color: rgb(136,85,19); }
div.DivClassName
{
background-color: #885513;
}
.BgClassName
{
background-color: #885513;
}
</style>
border-color css
<style>
span { border-color: #885513; }
span { border-color: rgb(136,85,19); }
td.TdClassName
{
border-color: #885513;
}
.TagClassName
{
border-color: #885513;
}
</style>