Shades of Saddle Brown #885100
Tints of Saddle Brown #885100
RGB
CMYK
RGB Variations
Color information
#885100 (or 0x885100) is known color: Saddle Brown. HEX triplet: 88, 51 and 00. RGB value is (136,81,0). Sum of RGB (Red+Green+Blue) = 136+81+0=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #885100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885100 is #77AEFF. Grayscale: #585858. Windows color (decimal): -7843584 or 20872. OLE color: 20872.
HSL color Cylindrical-coordinate representation of color #885100: hue angle of 35.74º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #885100 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.47 |
| HSL | 35.74º | 1% | 0.27% | - |
| HSV(B) | 35.74º | 1% | 0.53% | - |
| XYZ | 13.1 | 11.12 | 1.46 | - |
| YUV | 88.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 0 | 0 | 0.40 | 1 | 0.47 | 35.74 | 1 | 0.27 |
| Hex | 88 | 51 | 0 | 0 | 28 | 64 | 2F | 24 | 64 | 1B |
| Octal | 210 | 121 | 0 | 0 | 50 | 144 | 57 | 44 | 144 | 33 |
| Binary | 10001000 | 1010001 | 0 | 0 | 101000 | 1100100 | 101111 | 100100 | 1100100 | 11011 |
Color Harmonies of #885100
Complementary color
Monochromatic Colors of #885100
Black with #885100
Text Example
Text Example
White with #885100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885100; }
p { color: rgb(136,81,0); }
H1.HeaderClassName
{
color: #885100;
}
.AnyTagClassName
{
color: #885100;
}
</style>
background-color css
<style>
a { background-color: #885100; }
a { background-color: rgb(136,81,0); }
div.DivClassName
{
background-color: #885100;
}
.BgClassName
{
background-color: #885100;
}
</style>
border-color css
<style>
span { border-color: #885100; }
span { border-color: rgb(136,81,0); }
td.TdClassName
{
border-color: #885100;
}
.TagClassName
{
border-color: #885100;
}
</style>