Shades of Saddle Brown #894615
Tints of Saddle Brown #894615
RGB
CMYK
RGB Variations
Color information
#894615 (or 0x894615) is known color: Saddle Brown. HEX triplet: 89, 46 and 15. RGB value is (137,70,21). Sum of RGB (Red+Green+Blue) = 137+70+21=228 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.09% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 137 - color contains mainly: red. Hex color #894615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894615 is #76B9EA. Grayscale: #545454. Windows color (decimal): -7780843 or 1394313. OLE color: 1394313.
HSL color Cylindrical-coordinate representation of color #894615: hue angle of 25.34º degrees, saturation: 0.73, 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 #894615 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 70 | 21 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.46 |
| HSL | 25.34º | 0.73% | 0.31% | - |
| HSV(B) | 25.34º | 0.85% | 0.54% | - |
| XYZ | 12.64 | 9.75 | 1.93 | - |
| YUV | 84.45 | 92.2 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 21 | 0 | 0.49 | 0.85 | 0.46 | 25.34 | 0.73 | 0.31 |
| Hex | 89 | 46 | 15 | 0 | 31 | 55 | 2E | 19 | 49 | 1F |
| Octal | 211 | 106 | 25 | 0 | 61 | 125 | 56 | 31 | 111 | 37 |
| Binary | 10001001 | 1000110 | 10101 | 0 | 110001 | 1010101 | 101110 | 11001 | 1001001 | 11111 |
Color Harmonies of #894615
Complementary color
Monochromatic Colors of #894615
Black with #894615
Text Example
Text Example
White with #894615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894615; }
p { color: rgb(137,70,21); }
H1.HeaderClassName
{
color: #894615;
}
.AnyTagClassName
{
color: #894615;
}
</style>
background-color css
<style>
a { background-color: #894615; }
a { background-color: rgb(137,70,21); }
div.DivClassName
{
background-color: #894615;
}
.BgClassName
{
background-color: #894615;
}
</style>
border-color css
<style>
span { border-color: #894615; }
span { border-color: rgb(137,70,21); }
td.TdClassName
{
border-color: #894615;
}
.TagClassName
{
border-color: #894615;
}
</style>