Shades of Saddle Brown #894D14
Tints of Saddle Brown #894D14
RGB
CMYK
RGB Variations
Color information
#894D14 (or 0x894D14) is known color: Saddle Brown. HEX triplet: 89, 4D and 14. RGB value is (137,77,20). Sum of RGB (Red+Green+Blue) = 137+77+20=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #894D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894D14 is #76B2EB. Grayscale: #585858. Windows color (decimal): -7779052 or 1330569. OLE color: 1330569.
HSL color Cylindrical-coordinate representation of color #894D14: hue angle of 29.23º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #894D14 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 20 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.46 |
| HSL | 29.23º | 0.75% | 0.31% | - |
| HSV(B) | 29.23º | 0.85% | 0.54% | - |
| XYZ | 13.1 | 10.68 | 2.03 | - |
| YUV | 88.44 | 89.38 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 20 | 0 | 0.44 | 0.85 | 0.46 | 29.23 | 0.75 | 0.31 |
| Hex | 89 | 4D | 14 | 0 | 2C | 55 | 2E | 1D | 4B | 1F |
| Octal | 211 | 115 | 24 | 0 | 54 | 125 | 56 | 35 | 113 | 37 |
| Binary | 10001001 | 1001101 | 10100 | 0 | 101100 | 1010101 | 101110 | 11101 | 1001011 | 11111 |
Color Harmonies of #894D14
Complementary color
Monochromatic Colors of #894D14
Black with #894D14
Text Example
Text Example
White with #894D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D14; }
p { color: rgb(137,77,20); }
H1.HeaderClassName
{
color: #894D14;
}
.AnyTagClassName
{
color: #894D14;
}
</style>
background-color css
<style>
a { background-color: #894D14; }
a { background-color: rgb(137,77,20); }
div.DivClassName
{
background-color: #894D14;
}
.BgClassName
{
background-color: #894D14;
}
</style>
border-color css
<style>
span { border-color: #894D14; }
span { border-color: rgb(137,77,20); }
td.TdClassName
{
border-color: #894D14;
}
.TagClassName
{
border-color: #894D14;
}
</style>