Shades of Saddle Brown #89410B
Tints of Saddle Brown #89410B
RGB
CMYK
RGB Variations
Color information
#89410B (or 0x89410B) is known color: Saddle Brown. HEX triplet: 89, 41 and 0B. RGB value is (137,65,11). Sum of RGB (Red+Green+Blue) = 137+65+11=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #89410B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89410B is #76BEF4. Grayscale: #505050. Windows color (decimal): -7782133 or 737673. OLE color: 737673.
HSL color Cylindrical-coordinate representation of color #89410B: hue angle of 25.71º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89410B is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 65 | 11 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.46 |
| HSL | 25.71º | 0.85% | 0.29% | - |
| HSV(B) | 25.71º | 0.92% | 0.54% | - |
| XYZ | 12.27 | 9.12 | 1.43 | - |
| YUV | 80.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 11 | 0 | 0.53 | 0.92 | 0.46 | 25.71 | 0.85 | 0.29 |
| Hex | 89 | 41 | B | 0 | 35 | 5C | 2E | 1A | 55 | 1D |
| Octal | 211 | 101 | 13 | 0 | 65 | 134 | 56 | 32 | 125 | 35 |
| Binary | 10001001 | 1000001 | 1011 | 0 | 110101 | 1011100 | 101110 | 11010 | 1010101 | 11101 |
Color Harmonies of #89410B
Complementary color
Monochromatic Colors of #89410B
Black with #89410B
Text Example
Text Example
White with #89410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89410B; }
p { color: rgb(137,65,11); }
H1.HeaderClassName
{
color: #89410B;
}
.AnyTagClassName
{
color: #89410B;
}
</style>
background-color css
<style>
a { background-color: #89410B; }
a { background-color: rgb(137,65,11); }
div.DivClassName
{
background-color: #89410B;
}
.BgClassName
{
background-color: #89410B;
}
</style>
border-color css
<style>
span { border-color: #89410B; }
span { border-color: rgb(137,65,11); }
td.TdClassName
{
border-color: #89410B;
}
.TagClassName
{
border-color: #89410B;
}
</style>