Shades of Saddle Brown #89440D
Tints of Saddle Brown #89440D
RGB
CMYK
RGB Variations
Color information
#89440D (or 0x89440D) is known color: Saddle Brown. HEX triplet: 89, 44 and 0D. RGB value is (137,68,13). Sum of RGB (Red+Green+Blue) = 137+68+13=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #89440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89440D is #76BBF2. Grayscale: #525252. Windows color (decimal): -7781363 or 869513. OLE color: 869513.
HSL color Cylindrical-coordinate representation of color #89440D: hue angle of 26.61º 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 #89440D is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 68 | 13 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.46 |
| HSL | 26.61º | 0.83% | 0.29% | - |
| HSV(B) | 26.61º | 0.91% | 0.54% | - |
| XYZ | 12.46 | 9.48 | 1.55 | - |
| YUV | 82.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 13 | 0 | 0.50 | 0.91 | 0.46 | 26.61 | 0.83 | 0.29 |
| Hex | 89 | 44 | D | 0 | 32 | 5B | 2E | 1B | 53 | 1D |
| Octal | 211 | 104 | 15 | 0 | 62 | 133 | 56 | 33 | 123 | 35 |
| Binary | 10001001 | 1000100 | 1101 | 0 | 110010 | 1011011 | 101110 | 11011 | 1010011 | 11101 |
Color Harmonies of #89440D
Complementary color
Monochromatic Colors of #89440D
Black with #89440D
Text Example
Text Example
White with #89440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89440D; }
p { color: rgb(137,68,13); }
H1.HeaderClassName
{
color: #89440D;
}
.AnyTagClassName
{
color: #89440D;
}
</style>
background-color css
<style>
a { background-color: #89440D; }
a { background-color: rgb(137,68,13); }
div.DivClassName
{
background-color: #89440D;
}
.BgClassName
{
background-color: #89440D;
}
</style>
border-color css
<style>
span { border-color: #89440D; }
span { border-color: rgb(137,68,13); }
td.TdClassName
{
border-color: #89440D;
}
.TagClassName
{
border-color: #89440D;
}
</style>