Shades of Saddle Brown #885000
Tints of Saddle Brown #885000
RGB
CMYK
RGB Variations
Color information
#885000 (or 0x885000) is known color: Saddle Brown. HEX triplet: 88, 50 and 00. RGB value is (136,80,0). Sum of RGB (Red+Green+Blue) = 136+80+0=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #885000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885000 is #77AFFF. Grayscale: #585858. Windows color (decimal): -7843840 or 20616. OLE color: 20616.
HSL color Cylindrical-coordinate representation of color #885000: hue angle of 35.29º 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 #885000 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.47 |
| HSL | 35.29º | 1% | 0.27% | - |
| HSV(B) | 35.29º | 1% | 0.53% | - |
| XYZ | 13.02 | 10.97 | 1.43 | - |
| YUV | 87.62 | 78.55 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 0 | 0 | 0.41 | 1 | 0.47 | 35.29 | 1 | 0.27 |
| Hex | 88 | 50 | 0 | 0 | 29 | 64 | 2F | 23 | 64 | 1B |
| Octal | 210 | 120 | 0 | 0 | 51 | 144 | 57 | 43 | 144 | 33 |
| Binary | 10001000 | 1010000 | 0 | 0 | 101001 | 1100100 | 101111 | 100011 | 1100100 | 11011 |
Color Harmonies of #885000
Complementary color
Monochromatic Colors of #885000
Black with #885000
Text Example
Text Example
White with #885000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885000; }
p { color: rgb(136,80,0); }
H1.HeaderClassName
{
color: #885000;
}
.AnyTagClassName
{
color: #885000;
}
</style>
background-color css
<style>
a { background-color: #885000; }
a { background-color: rgb(136,80,0); }
div.DivClassName
{
background-color: #885000;
}
.BgClassName
{
background-color: #885000;
}
</style>
border-color css
<style>
span { border-color: #885000; }
span { border-color: rgb(136,80,0); }
td.TdClassName
{
border-color: #885000;
}
.TagClassName
{
border-color: #885000;
}
</style>