Shades of Saddle Brown #893201
Tints of Saddle Brown #893201
RGB
CMYK
RGB Variations
Color information
#893201 (or 0x893201) is known color: Saddle Brown. HEX triplet: 89, 32 and 01. RGB value is (137,50,1). Sum of RGB (Red+Green+Blue) = 137+50+1=188 (24% of max value = 765). Red value is 137 (53.91% from 255 or 72.87% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 137 - color contains mainly: red. Hex color #893201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893201 is #76CDFE. Grayscale: #464646. Windows color (decimal): -7785983 or 78473. OLE color: 78473.
HSL color Cylindrical-coordinate representation of color #893201: hue angle of 21.62º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #893201 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.46 |
| HSL | 21.62º | 0.99% | 0.27% | - |
| HSV(B) | 21.62º | 0.99% | 0.54% | - |
| XYZ | 11.46 | 7.6 | 0.89 | - |
| YUV | 70.43 | 88.82 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 1 | 0 | 0.64 | 0.99 | 0.46 | 21.62 | 0.99 | 0.27 |
| Hex | 89 | 32 | 1 | 0 | 40 | 63 | 2E | 16 | 63 | 1B |
| Octal | 211 | 62 | 1 | 0 | 100 | 143 | 56 | 26 | 143 | 33 |
| Binary | 10001001 | 110010 | 1 | 0 | 1000000 | 1100011 | 101110 | 10110 | 1100011 | 11011 |
Color Harmonies of #893201
Complementary color
Monochromatic Colors of #893201
Black with #893201
Text Example
Text Example
White with #893201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893201; }
p { color: rgb(137,50,1); }
H1.HeaderClassName
{
color: #893201;
}
.AnyTagClassName
{
color: #893201;
}
</style>
background-color css
<style>
a { background-color: #893201; }
a { background-color: rgb(137,50,1); }
div.DivClassName
{
background-color: #893201;
}
.BgClassName
{
background-color: #893201;
}
</style>
border-color css
<style>
span { border-color: #893201; }
span { border-color: rgb(137,50,1); }
td.TdClassName
{
border-color: #893201;
}
.TagClassName
{
border-color: #893201;
}
</style>