Shades of Saddle Brown #89420C
Tints of Saddle Brown #89420C
RGB
CMYK
RGB Variations
Color information
#89420C (or 0x89420C) is known color: Saddle Brown. HEX triplet: 89, 42 and 0C. RGB value is (137,66,12). Sum of RGB (Red+Green+Blue) = 137+66+12=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #89420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89420C is #76BDF3. Grayscale: #515151. Windows color (decimal): -7781876 or 803465. OLE color: 803465.
HSL color Cylindrical-coordinate representation of color #89420C: hue angle of 25.92º degrees, saturation: 0.84, 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 #89420C is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 66 | 12 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.46 |
| HSL | 25.92º | 0.84% | 0.29% | - |
| HSV(B) | 25.92º | 0.91% | 0.54% | - |
| XYZ | 12.33 | 9.24 | 1.48 | - |
| YUV | 81.07 | 89.02 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 12 | 0 | 0.52 | 0.91 | 0.46 | 25.92 | 0.84 | 0.29 |
| Hex | 89 | 42 | C | 0 | 34 | 5B | 2E | 1A | 54 | 1D |
| Octal | 211 | 102 | 14 | 0 | 64 | 133 | 56 | 32 | 124 | 35 |
| Binary | 10001001 | 1000010 | 1100 | 0 | 110100 | 1011011 | 101110 | 11010 | 1010100 | 11101 |
Color Harmonies of #89420C
Complementary color
Monochromatic Colors of #89420C
Black with #89420C
Text Example
Text Example
White with #89420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89420C; }
p { color: rgb(137,66,12); }
H1.HeaderClassName
{
color: #89420C;
}
.AnyTagClassName
{
color: #89420C;
}
</style>
background-color css
<style>
a { background-color: #89420C; }
a { background-color: rgb(137,66,12); }
div.DivClassName
{
background-color: #89420C;
}
.BgClassName
{
background-color: #89420C;
}
</style>
border-color css
<style>
span { border-color: #89420C; }
span { border-color: rgb(137,66,12); }
td.TdClassName
{
border-color: #89420C;
}
.TagClassName
{
border-color: #89420C;
}
</style>