Shades of Saddle Brown #885013
Tints of Saddle Brown #885013
RGB
CMYK
RGB Variations
Color information
#885013 (or 0x885013) is known color: Saddle Brown. HEX triplet: 88, 50 and 13. RGB value is (136,80,19). Sum of RGB (Red+Green+Blue) = 136+80+19=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #885013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885013 is #77AFEC. Grayscale: #5A5A5A. Windows color (decimal): -7843821 or 1265800. OLE color: 1265800.
HSL color Cylindrical-coordinate representation of color #885013: hue angle of 31.28º 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 #885013 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 19 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.47 |
| HSL | 31.28º | 0.75% | 0.3% | - |
| HSV(B) | 31.28º | 0.86% | 0.53% | - |
| XYZ | 13.14 | 11.02 | 2.05 | - |
| YUV | 89.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 19 | 0 | 0.41 | 0.86 | 0.47 | 31.28 | 0.75 | 0.3 |
| Hex | 88 | 50 | 13 | 0 | 29 | 56 | 2F | 1F | 4B | 1E |
| Octal | 210 | 120 | 23 | 0 | 51 | 126 | 57 | 37 | 113 | 36 |
| Binary | 10001000 | 1010000 | 10011 | 0 | 101001 | 1010110 | 101111 | 11111 | 1001011 | 11110 |
Color Harmonies of #885013
Complementary color
Monochromatic Colors of #885013
Black with #885013
Text Example
Text Example
White with #885013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885013; }
p { color: rgb(136,80,19); }
H1.HeaderClassName
{
color: #885013;
}
.AnyTagClassName
{
color: #885013;
}
</style>
background-color css
<style>
a { background-color: #885013; }
a { background-color: rgb(136,80,19); }
div.DivClassName
{
background-color: #885013;
}
.BgClassName
{
background-color: #885013;
}
</style>
border-color css
<style>
span { border-color: #885013; }
span { border-color: rgb(136,80,19); }
td.TdClassName
{
border-color: #885013;
}
.TagClassName
{
border-color: #885013;
}
</style>