Shades of Saddle Brown #89401A
Tints of Saddle Brown #89401A
RGB
CMYK
RGB Variations
Color information
#89401A (or 0x89401A) is known color: Saddle Brown. HEX triplet: 89, 40 and 1A. RGB value is (137,64,26). Sum of RGB (Red+Green+Blue) = 137+64+26=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #89401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89401A is #76BFE5. Grayscale: #515151. Windows color (decimal): -7782374 or 1720457. OLE color: 1720457.
HSL color Cylindrical-coordinate representation of color #89401A: hue angle of 20.54º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #89401A is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 26 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.46 |
| HSL | 20.54º | 0.68% | 0.32% | - |
| HSV(B) | 20.54º | 0.81% | 0.54% | - |
| XYZ | 12.34 | 9.06 | 2.08 | - |
| YUV | 81.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 26 | 0 | 0.53 | 0.81 | 0.46 | 20.54 | 0.68 | 0.32 |
| Hex | 89 | 40 | 1A | 0 | 35 | 51 | 2E | 15 | 44 | 20 |
| Octal | 211 | 100 | 32 | 0 | 65 | 121 | 56 | 25 | 104 | 40 |
| Binary | 10001001 | 1000000 | 11010 | 0 | 110101 | 1010001 | 101110 | 10101 | 1000100 | 100000 |
Color Harmonies of #89401A
Complementary color
Monochromatic Colors of #89401A
Black with #89401A
Text Example
Text Example
White with #89401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89401A; }
p { color: rgb(137,64,26); }
H1.HeaderClassName
{
color: #89401A;
}
.AnyTagClassName
{
color: #89401A;
}
</style>
background-color css
<style>
a { background-color: #89401A; }
a { background-color: rgb(137,64,26); }
div.DivClassName
{
background-color: #89401A;
}
.BgClassName
{
background-color: #89401A;
}
</style>
border-color css
<style>
span { border-color: #89401A; }
span { border-color: rgb(137,64,26); }
td.TdClassName
{
border-color: #89401A;
}
.TagClassName
{
border-color: #89401A;
}
</style>