Shades of Saddle Brown #89470D
Tints of Saddle Brown #89470D
RGB
CMYK
RGB Variations
Color information
#89470D (or 0x89470D) is known color: Saddle Brown. HEX triplet: 89, 47 and 0D. RGB value is (137,71,13). Sum of RGB (Red+Green+Blue) = 137+71+13=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #89470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89470D is #76B8F2. Grayscale: #545454. Windows color (decimal): -7780595 or 870281. OLE color: 870281.
HSL color Cylindrical-coordinate representation of color #89470D: hue angle of 28.06º 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 #89470D is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 71 | 13 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.46 |
| HSL | 28.06º | 0.83% | 0.29% | - |
| HSV(B) | 28.06º | 0.91% | 0.54% | - |
| XYZ | 12.64 | 9.85 | 1.62 | - |
| YUV | 84.12 | 87.87 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 13 | 0 | 0.48 | 0.91 | 0.46 | 28.06 | 0.83 | 0.29 |
| Hex | 89 | 47 | D | 0 | 30 | 5B | 2E | 1C | 53 | 1D |
| Octal | 211 | 107 | 15 | 0 | 60 | 133 | 56 | 34 | 123 | 35 |
| Binary | 10001001 | 1000111 | 1101 | 0 | 110000 | 1011011 | 101110 | 11100 | 1010011 | 11101 |
Color Harmonies of #89470D
Complementary color
Monochromatic Colors of #89470D
Black with #89470D
Text Example
Text Example
White with #89470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89470D; }
p { color: rgb(137,71,13); }
H1.HeaderClassName
{
color: #89470D;
}
.AnyTagClassName
{
color: #89470D;
}
</style>
background-color css
<style>
a { background-color: #89470D; }
a { background-color: rgb(137,71,13); }
div.DivClassName
{
background-color: #89470D;
}
.BgClassName
{
background-color: #89470D;
}
</style>
border-color css
<style>
span { border-color: #89470D; }
span { border-color: rgb(137,71,13); }
td.TdClassName
{
border-color: #89470D;
}
.TagClassName
{
border-color: #89470D;
}
</style>