Shades of Saddle Brown #883201
Tints of Saddle Brown #883201
RGB
CMYK
RGB Variations
Color information
#883201 (or 0x883201) is known color: Saddle Brown. HEX triplet: 88, 32 and 01. RGB value is (136,50,1). Sum of RGB (Red+Green+Blue) = 136+50+1=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #883201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883201 is #77CDFE. Grayscale: #464646. Windows color (decimal): -7851519 or 78472. OLE color: 78472.
HSL color Cylindrical-coordinate representation of color #883201: hue angle of 21.78º 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 #883201 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.47 |
| HSL | 21.78º | 0.99% | 0.27% | - |
| HSV(B) | 21.78º | 0.99% | 0.53% | - |
| XYZ | 11.3 | 7.52 | 0.88 | - |
| YUV | 70.13 | 88.99 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 1 | 0 | 0.63 | 0.99 | 0.47 | 21.78 | 0.99 | 0.27 |
| Hex | 88 | 32 | 1 | 0 | 3F | 63 | 2F | 16 | 63 | 1B |
| Octal | 210 | 62 | 1 | 0 | 77 | 143 | 57 | 26 | 143 | 33 |
| Binary | 10001000 | 110010 | 1 | 0 | 111111 | 1100011 | 101111 | 10110 | 1100011 | 11011 |
Color Harmonies of #883201
Complementary color
Monochromatic Colors of #883201
Black with #883201
Text Example
Text Example
White with #883201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883201; }
p { color: rgb(136,50,1); }
H1.HeaderClassName
{
color: #883201;
}
.AnyTagClassName
{
color: #883201;
}
</style>
background-color css
<style>
a { background-color: #883201; }
a { background-color: rgb(136,50,1); }
div.DivClassName
{
background-color: #883201;
}
.BgClassName
{
background-color: #883201;
}
</style>
border-color css
<style>
span { border-color: #883201; }
span { border-color: rgb(136,50,1); }
td.TdClassName
{
border-color: #883201;
}
.TagClassName
{
border-color: #883201;
}
</style>