Shades of Saddle Brown #894117
Tints of Saddle Brown #894117
RGB
CMYK
RGB Variations
Color information
#894117 (or 0x894117) is known color: Saddle Brown. HEX triplet: 89, 41 and 17. RGB value is (137,65,23). Sum of RGB (Red+Green+Blue) = 137+65+23=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #894117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894117 is #76BEE8. Grayscale: #515151. Windows color (decimal): -7782121 or 1524105. OLE color: 1524105.
HSL color Cylindrical-coordinate representation of color #894117: hue angle of 22.11º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #894117 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 65 | 23 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.46 |
| HSL | 22.11º | 0.71% | 0.31% | - |
| HSV(B) | 22.11º | 0.83% | 0.54% | - |
| XYZ | 12.36 | 9.16 | 1.93 | - |
| YUV | 81.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 23 | 0 | 0.53 | 0.83 | 0.46 | 22.11 | 0.71 | 0.31 |
| Hex | 89 | 41 | 17 | 0 | 35 | 53 | 2E | 16 | 47 | 1F |
| Octal | 211 | 101 | 27 | 0 | 65 | 123 | 56 | 26 | 107 | 37 |
| Binary | 10001001 | 1000001 | 10111 | 0 | 110101 | 1010011 | 101110 | 10110 | 1000111 | 11111 |
Color Harmonies of #894117
Complementary color
Monochromatic Colors of #894117
Black with #894117
Text Example
Text Example
White with #894117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894117; }
p { color: rgb(137,65,23); }
H1.HeaderClassName
{
color: #894117;
}
.AnyTagClassName
{
color: #894117;
}
</style>
background-color css
<style>
a { background-color: #894117; }
a { background-color: rgb(137,65,23); }
div.DivClassName
{
background-color: #894117;
}
.BgClassName
{
background-color: #894117;
}
</style>
border-color css
<style>
span { border-color: #894117; }
span { border-color: rgb(137,65,23); }
td.TdClassName
{
border-color: #894117;
}
.TagClassName
{
border-color: #894117;
}
</style>