Shades of Saddle Brown #894514
Tints of Saddle Brown #894514
RGB
CMYK
RGB Variations
Color information
#894514 (or 0x894514) is known color: Saddle Brown. HEX triplet: 89, 45 and 14. RGB value is (137,69,20). Sum of RGB (Red+Green+Blue) = 137+69+20=226 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.62% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 137 - color contains mainly: red. Hex color #894514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894514 is #76BAEB. Grayscale: #545454. Windows color (decimal): -7781100 or 1328521. OLE color: 1328521.
HSL color Cylindrical-coordinate representation of color #894514: hue angle of 25.13º 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 #894514 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 69 | 20 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.46 |
| HSL | 25.13º | 0.75% | 0.31% | - |
| HSV(B) | 25.13º | 0.85% | 0.54% | - |
| XYZ | 12.57 | 9.63 | 1.86 | - |
| YUV | 83.75 | 92.03 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 20 | 0 | 0.50 | 0.85 | 0.46 | 25.13 | 0.75 | 0.31 |
| Hex | 89 | 45 | 14 | 0 | 32 | 55 | 2E | 19 | 4B | 1F |
| Octal | 211 | 105 | 24 | 0 | 62 | 125 | 56 | 31 | 113 | 37 |
| Binary | 10001001 | 1000101 | 10100 | 0 | 110010 | 1010101 | 101110 | 11001 | 1001011 | 11111 |
Color Harmonies of #894514
Complementary color
Monochromatic Colors of #894514
Black with #894514
Text Example
Text Example
White with #894514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894514; }
p { color: rgb(137,69,20); }
H1.HeaderClassName
{
color: #894514;
}
.AnyTagClassName
{
color: #894514;
}
</style>
background-color css
<style>
a { background-color: #894514; }
a { background-color: rgb(137,69,20); }
div.DivClassName
{
background-color: #894514;
}
.BgClassName
{
background-color: #894514;
}
</style>
border-color css
<style>
span { border-color: #894514; }
span { border-color: rgb(137,69,20); }
td.TdClassName
{
border-color: #894514;
}
.TagClassName
{
border-color: #894514;
}
</style>