Shades of Saddle Brown #894213
Tints of Saddle Brown #894213
RGB
CMYK
RGB Variations
Color information
#894213 (or 0x894213) is known color: Saddle Brown. HEX triplet: 89, 42 and 13. RGB value is (137,66,19). Sum of RGB (Red+Green+Blue) = 137+66+19=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #894213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894213 is #76BDEC. Grayscale: #525252. Windows color (decimal): -7781869 or 1262217. OLE color: 1262217.
HSL color Cylindrical-coordinate representation of color #894213: hue angle of 23.9º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #894213 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 66 | 19 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.46 |
| HSL | 23.9º | 0.76% | 0.31% | - |
| HSV(B) | 23.9º | 0.86% | 0.54% | - |
| XYZ | 12.38 | 9.26 | 1.75 | - |
| YUV | 81.87 | 92.52 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 19 | 0 | 0.52 | 0.86 | 0.46 | 23.9 | 0.76 | 0.31 |
| Hex | 89 | 42 | 13 | 0 | 34 | 56 | 2E | 18 | 4C | 1F |
| Octal | 211 | 102 | 23 | 0 | 64 | 126 | 56 | 30 | 114 | 37 |
| Binary | 10001001 | 1000010 | 10011 | 0 | 110100 | 1010110 | 101110 | 11000 | 1001100 | 11111 |
Color Harmonies of #894213
Complementary color
Monochromatic Colors of #894213
Black with #894213
Text Example
Text Example
White with #894213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894213; }
p { color: rgb(137,66,19); }
H1.HeaderClassName
{
color: #894213;
}
.AnyTagClassName
{
color: #894213;
}
</style>
background-color css
<style>
a { background-color: #894213; }
a { background-color: rgb(137,66,19); }
div.DivClassName
{
background-color: #894213;
}
.BgClassName
{
background-color: #894213;
}
</style>
border-color css
<style>
span { border-color: #894213; }
span { border-color: rgb(137,66,19); }
td.TdClassName
{
border-color: #894213;
}
.TagClassName
{
border-color: #894213;
}
</style>