Shades of Saddle Brown #89460F
Tints of Saddle Brown #89460F
RGB
CMYK
RGB Variations
Color information
#89460F (or 0x89460F) is known color: Saddle Brown. HEX triplet: 89, 46 and 0F. RGB value is (137,70,15). Sum of RGB (Red+Green+Blue) = 137+70+15=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #89460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89460F is #76B9F0. Grayscale: #545454. Windows color (decimal): -7780849 or 1001097. OLE color: 1001097.
HSL color Cylindrical-coordinate representation of color #89460F: hue angle of 27.05º 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 #89460F is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 70 | 15 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.46 |
| HSL | 27.05º | 0.8% | 0.3% | - |
| HSV(B) | 27.05º | 0.89% | 0.54% | - |
| XYZ | 12.59 | 9.73 | 1.67 | - |
| YUV | 83.76 | 89.2 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 15 | 0 | 0.49 | 0.89 | 0.46 | 27.05 | 0.8 | 0.3 |
| Hex | 89 | 46 | F | 0 | 31 | 59 | 2E | 1B | 50 | 1E |
| Octal | 211 | 106 | 17 | 0 | 61 | 131 | 56 | 33 | 120 | 36 |
| Binary | 10001001 | 1000110 | 1111 | 0 | 110001 | 1011001 | 101110 | 11011 | 1010000 | 11110 |
Color Harmonies of #89460F
Complementary color
Monochromatic Colors of #89460F
Black with #89460F
Text Example
Text Example
White with #89460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89460F; }
p { color: rgb(137,70,15); }
H1.HeaderClassName
{
color: #89460F;
}
.AnyTagClassName
{
color: #89460F;
}
</style>
background-color css
<style>
a { background-color: #89460F; }
a { background-color: rgb(137,70,15); }
div.DivClassName
{
background-color: #89460F;
}
.BgClassName
{
background-color: #89460F;
}
</style>
border-color css
<style>
span { border-color: #89460F; }
span { border-color: rgb(137,70,15); }
td.TdClassName
{
border-color: #89460F;
}
.TagClassName
{
border-color: #89460F;
}
</style>