Shades of Saddle Brown #893210
Tints of Saddle Brown #893210
RGB
CMYK
RGB Variations
Color information
#893210 (or 0x893210) is known color: Saddle Brown. HEX triplet: 89, 32 and 10. RGB value is (137,50,16). Sum of RGB (Red+Green+Blue) = 137+50+16=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #893210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893210 is #76CDEF. Grayscale: #484848. Windows color (decimal): -7785968 or 1061513. OLE color: 1061513.
HSL color Cylindrical-coordinate representation of color #893210: hue angle of 16.86º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #893210 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 16 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.46 |
| HSL | 16.86º | 0.79% | 0.3% | - |
| HSV(B) | 16.86º | 0.88% | 0.54% | - |
| XYZ | 11.55 | 7.64 | 1.36 | - |
| YUV | 72.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 16 | 0 | 0.64 | 0.88 | 0.46 | 16.86 | 0.79 | 0.3 |
| Hex | 89 | 32 | 10 | 0 | 40 | 58 | 2E | 11 | 4F | 1E |
| Octal | 211 | 62 | 20 | 0 | 100 | 130 | 56 | 21 | 117 | 36 |
| Binary | 10001001 | 110010 | 10000 | 0 | 1000000 | 1011000 | 101110 | 10001 | 1001111 | 11110 |
Color Harmonies of #893210
Complementary color
Monochromatic Colors of #893210
Black with #893210
Text Example
Text Example
White with #893210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893210; }
p { color: rgb(137,50,16); }
H1.HeaderClassName
{
color: #893210;
}
.AnyTagClassName
{
color: #893210;
}
</style>
background-color css
<style>
a { background-color: #893210; }
a { background-color: rgb(137,50,16); }
div.DivClassName
{
background-color: #893210;
}
.BgClassName
{
background-color: #893210;
}
</style>
border-color css
<style>
span { border-color: #893210; }
span { border-color: rgb(137,50,16); }
td.TdClassName
{
border-color: #893210;
}
.TagClassName
{
border-color: #893210;
}
</style>