Shades of Saddle Brown #885201
Tints of Saddle Brown #885201
RGB
CMYK
RGB Variations
Color information
#885201 (or 0x885201) is known color: Saddle Brown. HEX triplet: 88, 52 and 01. RGB value is (136,82,1). Sum of RGB (Red+Green+Blue) = 136+82+1=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #885201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885201 is #77ADFE. Grayscale: #595959. Windows color (decimal): -7843327 or 86664. OLE color: 86664.
HSL color Cylindrical-coordinate representation of color #885201: hue angle of 36º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #885201 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 1 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.47 |
| HSL | 36º | 0.99% | 0.27% | - |
| HSV(B) | 36º | 0.99% | 0.53% | - |
| XYZ | 13.18 | 11.27 | 1.51 | - |
| YUV | 88.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 1 | 0 | 0.40 | 0.99 | 0.47 | 36 | 0.99 | 0.27 |
| Hex | 88 | 52 | 1 | 0 | 28 | 63 | 2F | 24 | 63 | 1B |
| Octal | 210 | 122 | 1 | 0 | 50 | 143 | 57 | 44 | 143 | 33 |
| Binary | 10001000 | 1010010 | 1 | 0 | 101000 | 1100011 | 101111 | 100100 | 1100011 | 11011 |
Color Harmonies of #885201
Complementary color
Monochromatic Colors of #885201
Black with #885201
Text Example
Text Example
White with #885201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885201; }
p { color: rgb(136,82,1); }
H1.HeaderClassName
{
color: #885201;
}
.AnyTagClassName
{
color: #885201;
}
</style>
background-color css
<style>
a { background-color: #885201; }
a { background-color: rgb(136,82,1); }
div.DivClassName
{
background-color: #885201;
}
.BgClassName
{
background-color: #885201;
}
</style>
border-color css
<style>
span { border-color: #885201; }
span { border-color: rgb(136,82,1); }
td.TdClassName
{
border-color: #885201;
}
.TagClassName
{
border-color: #885201;
}
</style>