Shades of Saddle Brown #894019
Tints of Saddle Brown #894019
RGB
CMYK
RGB Variations
Color information
#894019 (or 0x894019) is known color: Saddle Brown. HEX triplet: 89, 40 and 19. RGB value is (137,64,25). Sum of RGB (Red+Green+Blue) = 137+64+25=226 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.62% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 137 - color contains mainly: red. Hex color #894019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894019 is #76BFE6. Grayscale: #515151. Windows color (decimal): -7782375 or 1654921. OLE color: 1654921.
HSL color Cylindrical-coordinate representation of color #894019: hue angle of 20.89º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #894019 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 25 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.46 |
| HSL | 20.89º | 0.69% | 0.32% | - |
| HSV(B) | 20.89º | 0.82% | 0.54% | - |
| XYZ | 12.33 | 9.06 | 2.02 | - |
| YUV | 81.38 | 96.18 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 25 | 0 | 0.53 | 0.82 | 0.46 | 20.89 | 0.69 | 0.32 |
| Hex | 89 | 40 | 19 | 0 | 35 | 52 | 2E | 15 | 45 | 20 |
| Octal | 211 | 100 | 31 | 0 | 65 | 122 | 56 | 25 | 105 | 40 |
| Binary | 10001001 | 1000000 | 11001 | 0 | 110101 | 1010010 | 101110 | 10101 | 1000101 | 100000 |
Color Harmonies of #894019
Complementary color
Monochromatic Colors of #894019
Black with #894019
Text Example
Text Example
White with #894019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894019; }
p { color: rgb(137,64,25); }
H1.HeaderClassName
{
color: #894019;
}
.AnyTagClassName
{
color: #894019;
}
</style>
background-color css
<style>
a { background-color: #894019; }
a { background-color: rgb(137,64,25); }
div.DivClassName
{
background-color: #894019;
}
.BgClassName
{
background-color: #894019;
}
</style>
border-color css
<style>
span { border-color: #894019; }
span { border-color: rgb(137,64,25); }
td.TdClassName
{
border-color: #894019;
}
.TagClassName
{
border-color: #894019;
}
</style>