Shades of Saddle Brown #89460D
Tints of Saddle Brown #89460D
RGB
CMYK
RGB Variations
Color information
#89460D (or 0x89460D) is known color: Saddle Brown. HEX triplet: 89, 46 and 0D. RGB value is (137,70,13). Sum of RGB (Red+Green+Blue) = 137+70+13=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #89460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89460D is #76B9F2. Grayscale: #535353. Windows color (decimal): -7780851 or 870025. OLE color: 870025.
HSL color Cylindrical-coordinate representation of color #89460D: hue angle of 27.58º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89460D is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 70 | 13 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.46 |
| HSL | 27.58º | 0.83% | 0.29% | - |
| HSV(B) | 27.58º | 0.91% | 0.54% | - |
| XYZ | 12.58 | 9.73 | 1.6 | - |
| YUV | 83.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 13 | 0 | 0.49 | 0.91 | 0.46 | 27.58 | 0.83 | 0.29 |
| Hex | 89 | 46 | D | 0 | 31 | 5B | 2E | 1C | 53 | 1D |
| Octal | 211 | 106 | 15 | 0 | 61 | 133 | 56 | 34 | 123 | 35 |
| Binary | 10001001 | 1000110 | 1101 | 0 | 110001 | 1011011 | 101110 | 11100 | 1010011 | 11101 |
Color Harmonies of #89460D
Complementary color
Monochromatic Colors of #89460D
Black with #89460D
Text Example
Text Example
White with #89460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89460D; }
p { color: rgb(137,70,13); }
H1.HeaderClassName
{
color: #89460D;
}
.AnyTagClassName
{
color: #89460D;
}
</style>
background-color css
<style>
a { background-color: #89460D; }
a { background-color: rgb(137,70,13); }
div.DivClassName
{
background-color: #89460D;
}
.BgClassName
{
background-color: #89460D;
}
</style>
border-color css
<style>
span { border-color: #89460D; }
span { border-color: rgb(137,70,13); }
td.TdClassName
{
border-color: #89460D;
}
.TagClassName
{
border-color: #89460D;
}
</style>