Shades of Saddle Brown #894210
Tints of Saddle Brown #894210
RGB
CMYK
RGB Variations
Color information
#894210 (or 0x894210) is known color: Saddle Brown. HEX triplet: 89, 42 and 10. RGB value is (137,66,16). Sum of RGB (Red+Green+Blue) = 137+66+16=219 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.56% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 137 - color contains mainly: red. Hex color #894210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894210 is #76BDEF. Grayscale: #515151. Windows color (decimal): -7781872 or 1065609. OLE color: 1065609.
HSL color Cylindrical-coordinate representation of color #894210: hue angle of 24.79º 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 #894210 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 66 | 16 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.46 |
| HSL | 24.79º | 0.79% | 0.3% | - |
| HSV(B) | 24.79º | 0.88% | 0.54% | - |
| XYZ | 12.36 | 9.25 | 1.62 | - |
| YUV | 81.53 | 91.02 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 16 | 0 | 0.52 | 0.88 | 0.46 | 24.79 | 0.79 | 0.3 |
| Hex | 89 | 42 | 10 | 0 | 34 | 58 | 2E | 19 | 4F | 1E |
| Octal | 211 | 102 | 20 | 0 | 64 | 130 | 56 | 31 | 117 | 36 |
| Binary | 10001001 | 1000010 | 10000 | 0 | 110100 | 1011000 | 101110 | 11001 | 1001111 | 11110 |
Color Harmonies of #894210
Complementary color
Monochromatic Colors of #894210
Black with #894210
Text Example
Text Example
White with #894210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894210; }
p { color: rgb(137,66,16); }
H1.HeaderClassName
{
color: #894210;
}
.AnyTagClassName
{
color: #894210;
}
</style>
background-color css
<style>
a { background-color: #894210; }
a { background-color: rgb(137,66,16); }
div.DivClassName
{
background-color: #894210;
}
.BgClassName
{
background-color: #894210;
}
</style>
border-color css
<style>
span { border-color: #894210; }
span { border-color: rgb(137,66,16); }
td.TdClassName
{
border-color: #894210;
}
.TagClassName
{
border-color: #894210;
}
</style>