Shades of Saddle Brown #89300C
Tints of Saddle Brown #89300C
RGB
CMYK
RGB Variations
Color information
#89300C (or 0x89300C) is known color: Saddle Brown. HEX triplet: 89, 30 and 0C. RGB value is (137,48,12). Sum of RGB (Red+Green+Blue) = 137+48+12=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #89300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89300C is #76CFF3. Grayscale: #464646. Windows color (decimal): -7786484 or 798857. OLE color: 798857.
HSL color Cylindrical-coordinate representation of color #89300C: hue angle of 17.28º 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 #89300C is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 48 | 12 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.46 |
| HSL | 17.28º | 0.84% | 0.29% | - |
| HSV(B) | 17.28º | 0.91% | 0.54% | - |
| XYZ | 11.44 | 7.46 | 1.18 | - |
| YUV | 70.51 | 94.99 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 12 | 0 | 0.65 | 0.91 | 0.46 | 17.28 | 0.84 | 0.29 |
| Hex | 89 | 30 | C | 0 | 41 | 5B | 2E | 11 | 54 | 1D |
| Octal | 211 | 60 | 14 | 0 | 101 | 133 | 56 | 21 | 124 | 35 |
| Binary | 10001001 | 110000 | 1100 | 0 | 1000001 | 1011011 | 101110 | 10001 | 1010100 | 11101 |
Color Harmonies of #89300C
Complementary color
Monochromatic Colors of #89300C
Black with #89300C
Text Example
Text Example
White with #89300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89300C; }
p { color: rgb(137,48,12); }
H1.HeaderClassName
{
color: #89300C;
}
.AnyTagClassName
{
color: #89300C;
}
</style>
background-color css
<style>
a { background-color: #89300C; }
a { background-color: rgb(137,48,12); }
div.DivClassName
{
background-color: #89300C;
}
.BgClassName
{
background-color: #89300C;
}
</style>
border-color css
<style>
span { border-color: #89300C; }
span { border-color: rgb(137,48,12); }
td.TdClassName
{
border-color: #89300C;
}
.TagClassName
{
border-color: #89300C;
}
</style>