Shades of Saddle Brown #89411B
Tints of Saddle Brown #89411B
RGB
CMYK
RGB Variations
Color information
#89411B (or 0x89411B) is known color: Saddle Brown. HEX triplet: 89, 41 and 1B. RGB value is (137,65,27). Sum of RGB (Red+Green+Blue) = 137+65+27=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #89411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89411B is #76BEE4. Grayscale: #525252. Windows color (decimal): -7782117 or 1786249. OLE color: 1786249.
HSL color Cylindrical-coordinate representation of color #89411B: hue angle of 20.73º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #89411B is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 65 | 27 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.46 |
| HSL | 20.73º | 0.67% | 0.32% | - |
| HSV(B) | 20.73º | 0.8% | 0.54% | - |
| XYZ | 12.4 | 9.18 | 2.15 | - |
| YUV | 82.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 27 | 0 | 0.53 | 0.80 | 0.46 | 20.73 | 0.67 | 0.32 |
| Hex | 89 | 41 | 1B | 0 | 35 | 50 | 2E | 15 | 43 | 20 |
| Octal | 211 | 101 | 33 | 0 | 65 | 120 | 56 | 25 | 103 | 40 |
| Binary | 10001001 | 1000001 | 11011 | 0 | 110101 | 1010000 | 101110 | 10101 | 1000011 | 100000 |
Color Harmonies of #89411B
Complementary color
Monochromatic Colors of #89411B
Black with #89411B
Text Example
Text Example
White with #89411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89411B; }
p { color: rgb(137,65,27); }
H1.HeaderClassName
{
color: #89411B;
}
.AnyTagClassName
{
color: #89411B;
}
</style>
background-color css
<style>
a { background-color: #89411B; }
a { background-color: rgb(137,65,27); }
div.DivClassName
{
background-color: #89411B;
}
.BgClassName
{
background-color: #89411B;
}
</style>
border-color css
<style>
span { border-color: #89411B; }
span { border-color: rgb(137,65,27); }
td.TdClassName
{
border-color: #89411B;
}
.TagClassName
{
border-color: #89411B;
}
</style>