Shades of Saddle Brown #894701
Tints of Saddle Brown #894701
RGB
CMYK
RGB Variations
Color information
#894701 (or 0x894701) is known color: Saddle Brown. HEX triplet: 89, 47 and 01. RGB value is (137,71,1). Sum of RGB (Red+Green+Blue) = 137+71+1=209 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.55% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 137 - color contains mainly: red. Hex color #894701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894701 is #76B8FE. Grayscale: #535353. Windows color (decimal): -7780607 or 83849. OLE color: 83849.
HSL color Cylindrical-coordinate representation of color #894701: hue angle of 30.88º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #894701 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 71 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.46 |
| HSL | 30.88º | 0.99% | 0.27% | - |
| HSV(B) | 30.88º | 0.99% | 0.54% | - |
| XYZ | 12.58 | 9.83 | 1.26 | - |
| YUV | 82.75 | 81.87 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 1 | 0 | 0.48 | 0.99 | 0.46 | 30.88 | 0.99 | 0.27 |
| Hex | 89 | 47 | 1 | 0 | 30 | 63 | 2E | 1F | 63 | 1B |
| Octal | 211 | 107 | 1 | 0 | 60 | 143 | 56 | 37 | 143 | 33 |
| Binary | 10001001 | 1000111 | 1 | 0 | 110000 | 1100011 | 101110 | 11111 | 1100011 | 11011 |
Color Harmonies of #894701
Complementary color
Monochromatic Colors of #894701
Black with #894701
Text Example
Text Example
White with #894701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894701; }
p { color: rgb(137,71,1); }
H1.HeaderClassName
{
color: #894701;
}
.AnyTagClassName
{
color: #894701;
}
</style>
background-color css
<style>
a { background-color: #894701; }
a { background-color: rgb(137,71,1); }
div.DivClassName
{
background-color: #894701;
}
.BgClassName
{
background-color: #894701;
}
</style>
border-color css
<style>
span { border-color: #894701; }
span { border-color: rgb(137,71,1); }
td.TdClassName
{
border-color: #894701;
}
.TagClassName
{
border-color: #894701;
}
</style>