Shades of Saddle Brown #89420D
Tints of Saddle Brown #89420D
RGB
CMYK
RGB Variations
Color information
#89420D (or 0x89420D) is known color: Saddle Brown. HEX triplet: 89, 42 and 0D. RGB value is (137,66,13). Sum of RGB (Red+Green+Blue) = 137+66+13=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89420D is #76BDF2. Grayscale: #515151. Windows color (decimal): -7781875 or 869001. OLE color: 869001.
HSL color Cylindrical-coordinate representation of color #89420D: hue angle of 25.65º 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 #89420D is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 66 | 13 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.46 |
| HSL | 25.65º | 0.83% | 0.29% | - |
| HSV(B) | 25.65º | 0.91% | 0.54% | - |
| XYZ | 12.34 | 9.24 | 1.51 | - |
| YUV | 81.19 | 89.52 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 13 | 0 | 0.52 | 0.91 | 0.46 | 25.65 | 0.83 | 0.29 |
| Hex | 89 | 42 | D | 0 | 34 | 5B | 2E | 1A | 53 | 1D |
| Octal | 211 | 102 | 15 | 0 | 64 | 133 | 56 | 32 | 123 | 35 |
| Binary | 10001001 | 1000010 | 1101 | 0 | 110100 | 1011011 | 101110 | 11010 | 1010011 | 11101 |
Color Harmonies of #89420D
Complementary color
Monochromatic Colors of #89420D
Black with #89420D
Text Example
Text Example
White with #89420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89420D; }
p { color: rgb(137,66,13); }
H1.HeaderClassName
{
color: #89420D;
}
.AnyTagClassName
{
color: #89420D;
}
</style>
background-color css
<style>
a { background-color: #89420D; }
a { background-color: rgb(137,66,13); }
div.DivClassName
{
background-color: #89420D;
}
.BgClassName
{
background-color: #89420D;
}
</style>
border-color css
<style>
span { border-color: #89420D; }
span { border-color: rgb(137,66,13); }
td.TdClassName
{
border-color: #89420D;
}
.TagClassName
{
border-color: #89420D;
}
</style>