Shades of Saddle Brown #885311
Tints of Saddle Brown #885311
RGB
CMYK
RGB Variations
Color information
#885311 (or 0x885311) is known color: Saddle Brown. HEX triplet: 88, 53 and 11. RGB value is (136,83,17). Sum of RGB (Red+Green+Blue) = 136+83+17=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #885311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885311 is #77ACEE. Grayscale: #5B5B5B. Windows color (decimal): -7843055 or 1135496. OLE color: 1135496.
HSL color Cylindrical-coordinate representation of color #885311: hue angle of 33.28º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #885311 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 17 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.47 |
| HSL | 33.28º | 0.78% | 0.3% | - |
| HSV(B) | 33.28º | 0.88% | 0.53% | - |
| XYZ | 13.35 | 11.46 | 2.04 | - |
| YUV | 91.32 | 86.06 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 17 | 0 | 0.39 | 0.87 | 0.47 | 33.28 | 0.78 | 0.3 |
| Hex | 88 | 53 | 11 | 0 | 27 | 57 | 2F | 21 | 4E | 1E |
| Octal | 210 | 123 | 21 | 0 | 47 | 127 | 57 | 41 | 116 | 36 |
| Binary | 10001000 | 1010011 | 10001 | 0 | 100111 | 1010111 | 101111 | 100001 | 1001110 | 11110 |
Color Harmonies of #885311
Complementary color
Monochromatic Colors of #885311
Black with #885311
Text Example
Text Example
White with #885311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885311; }
p { color: rgb(136,83,17); }
H1.HeaderClassName
{
color: #885311;
}
.AnyTagClassName
{
color: #885311;
}
</style>
background-color css
<style>
a { background-color: #885311; }
a { background-color: rgb(136,83,17); }
div.DivClassName
{
background-color: #885311;
}
.BgClassName
{
background-color: #885311;
}
</style>
border-color css
<style>
span { border-color: #885311; }
span { border-color: rgb(136,83,17); }
td.TdClassName
{
border-color: #885311;
}
.TagClassName
{
border-color: #885311;
}
</style>