Shades of Saddle Brown #89470F
Tints of Saddle Brown #89470F
RGB
CMYK
RGB Variations
Color information
#89470F (or 0x89470F) is known color: Saddle Brown. HEX triplet: 89, 47 and 0F. RGB value is (137,71,15). Sum of RGB (Red+Green+Blue) = 137+71+15=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #89470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89470F is #76B8F0. Grayscale: #545454. Windows color (decimal): -7780593 or 1001353. OLE color: 1001353.
HSL color Cylindrical-coordinate representation of color #89470F: hue angle of 27.54º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89470F is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 71 | 15 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.46 |
| HSL | 27.54º | 0.8% | 0.3% | - |
| HSV(B) | 27.54º | 0.89% | 0.54% | - |
| XYZ | 12.66 | 9.86 | 1.69 | - |
| YUV | 84.35 | 88.87 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 15 | 0 | 0.48 | 0.89 | 0.46 | 27.54 | 0.8 | 0.3 |
| Hex | 89 | 47 | F | 0 | 30 | 59 | 2E | 1C | 50 | 1E |
| Octal | 211 | 107 | 17 | 0 | 60 | 131 | 56 | 34 | 120 | 36 |
| Binary | 10001001 | 1000111 | 1111 | 0 | 110000 | 1011001 | 101110 | 11100 | 1010000 | 11110 |
Color Harmonies of #89470F
Complementary color
Monochromatic Colors of #89470F
Black with #89470F
Text Example
Text Example
White with #89470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89470F; }
p { color: rgb(137,71,15); }
H1.HeaderClassName
{
color: #89470F;
}
.AnyTagClassName
{
color: #89470F;
}
</style>
background-color css
<style>
a { background-color: #89470F; }
a { background-color: rgb(137,71,15); }
div.DivClassName
{
background-color: #89470F;
}
.BgClassName
{
background-color: #89470F;
}
</style>
border-color css
<style>
span { border-color: #89470F; }
span { border-color: rgb(137,71,15); }
td.TdClassName
{
border-color: #89470F;
}
.TagClassName
{
border-color: #89470F;
}
</style>