Shades of Saddle Brown #894D16
Tints of Saddle Brown #894D16
RGB
CMYK
RGB Variations
Color information
#894D16 (or 0x894D16) is known color: Saddle Brown. HEX triplet: 89, 4D and 16. RGB value is (137,77,22). Sum of RGB (Red+Green+Blue) = 137+77+22=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #894D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894D16 is #76B2E9. Grayscale: #585858. Windows color (decimal): -7779050 or 1461641. OLE color: 1461641.
HSL color Cylindrical-coordinate representation of color #894D16: hue angle of 28.7º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #894D16 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 22 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.46 |
| HSL | 28.7º | 0.72% | 0.31% | - |
| HSV(B) | 28.7º | 0.84% | 0.54% | - |
| XYZ | 13.12 | 10.68 | 2.13 | - |
| YUV | 88.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 22 | 0 | 0.44 | 0.84 | 0.46 | 28.7 | 0.72 | 0.31 |
| Hex | 89 | 4D | 16 | 0 | 2C | 54 | 2E | 1D | 48 | 1F |
| Octal | 211 | 115 | 26 | 0 | 54 | 124 | 56 | 35 | 110 | 37 |
| Binary | 10001001 | 1001101 | 10110 | 0 | 101100 | 1010100 | 101110 | 11101 | 1001000 | 11111 |
Color Harmonies of #894D16
Complementary color
Monochromatic Colors of #894D16
Black with #894D16
Text Example
Text Example
White with #894D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D16; }
p { color: rgb(137,77,22); }
H1.HeaderClassName
{
color: #894D16;
}
.AnyTagClassName
{
color: #894D16;
}
</style>
background-color css
<style>
a { background-color: #894D16; }
a { background-color: rgb(137,77,22); }
div.DivClassName
{
background-color: #894D16;
}
.BgClassName
{
background-color: #894D16;
}
</style>
border-color css
<style>
span { border-color: #894D16; }
span { border-color: rgb(137,77,22); }
td.TdClassName
{
border-color: #894D16;
}
.TagClassName
{
border-color: #894D16;
}
</style>