Shades of Saddle Brown #994112
Tints of Saddle Brown #994112
RGB
CMYK
RGB Variations
Color information
#994112 (or 0x994112) is known color: Saddle Brown. HEX triplet: 99, 41 and 12. RGB value is (153,65,18). Sum of RGB (Red+Green+Blue) = 153+65+18=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #994112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994112 is #66BEED. Grayscale: #565656. Windows color (decimal): -6733550 or 1196441. OLE color: 1196441.
HSL color Cylindrical-coordinate representation of color #994112: hue angle of 20.89º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #994112 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 18 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.4 |
| HSL | 20.89º | 0.79% | 0.34% | - |
| HSV(B) | 20.89º | 0.88% | 0.6% | - |
| XYZ | 15.14 | 10.6 | 1.82 | - |
| YUV | 85.95 | 89.65 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 18 | 0 | 0.58 | 0.88 | 0.4 | 20.89 | 0.79 | 0.34 |
| Hex | 99 | 41 | 12 | 0 | 3A | 58 | 28 | 15 | 4F | 22 |
| Octal | 231 | 101 | 22 | 0 | 72 | 130 | 50 | 25 | 117 | 42 |
| Binary | 10011001 | 1000001 | 10010 | 0 | 111010 | 1011000 | 101000 | 10101 | 1001111 | 100010 |
Color Harmonies of #994112
Complementary color
Monochromatic Colors of #994112
Black with #994112
Text Example
Text Example
White with #994112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994112; }
p { color: rgb(153,65,18); }
H1.HeaderClassName
{
color: #994112;
}
.AnyTagClassName
{
color: #994112;
}
</style>
background-color css
<style>
a { background-color: #994112; }
a { background-color: rgb(153,65,18); }
div.DivClassName
{
background-color: #994112;
}
.BgClassName
{
background-color: #994112;
}
</style>
border-color css
<style>
span { border-color: #994112; }
span { border-color: rgb(153,65,18); }
td.TdClassName
{
border-color: #994112;
}
.TagClassName
{
border-color: #994112;
}
</style>