Shades of Saddle Brown #89450C
Tints of Saddle Brown #89450C
RGB
CMYK
RGB Variations
Color information
#89450C (or 0x89450C) is known color: Saddle Brown. HEX triplet: 89, 45 and 0C. RGB value is (137,69,12). Sum of RGB (Red+Green+Blue) = 137+69+12=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #89450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89450C is #76BAF3. Grayscale: #535353. Windows color (decimal): -7781108 or 804233. OLE color: 804233.
HSL color Cylindrical-coordinate representation of color #89450C: hue angle of 27.36º 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 #89450C is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 69 | 12 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.46 |
| HSL | 27.36º | 0.84% | 0.29% | - |
| HSV(B) | 27.36º | 0.91% | 0.54% | - |
| XYZ | 12.51 | 9.6 | 1.54 | - |
| YUV | 82.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 12 | 0 | 0.50 | 0.91 | 0.46 | 27.36 | 0.84 | 0.29 |
| Hex | 89 | 45 | C | 0 | 32 | 5B | 2E | 1B | 54 | 1D |
| Octal | 211 | 105 | 14 | 0 | 62 | 133 | 56 | 33 | 124 | 35 |
| Binary | 10001001 | 1000101 | 1100 | 0 | 110010 | 1011011 | 101110 | 11011 | 1010100 | 11101 |
Color Harmonies of #89450C
Complementary color
Monochromatic Colors of #89450C
Black with #89450C
Text Example
Text Example
White with #89450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89450C; }
p { color: rgb(137,69,12); }
H1.HeaderClassName
{
color: #89450C;
}
.AnyTagClassName
{
color: #89450C;
}
</style>
background-color css
<style>
a { background-color: #89450C; }
a { background-color: rgb(137,69,12); }
div.DivClassName
{
background-color: #89450C;
}
.BgClassName
{
background-color: #89450C;
}
</style>
border-color css
<style>
span { border-color: #89450C; }
span { border-color: rgb(137,69,12); }
td.TdClassName
{
border-color: #89450C;
}
.TagClassName
{
border-color: #89450C;
}
</style>