Shades of Saddle Brown #994117
Tints of Saddle Brown #994117
RGB
CMYK
RGB Variations
Color information
#994117 (or 0x994117) is known color: Saddle Brown. HEX triplet: 99, 41 and 17. RGB value is (153,65,23). Sum of RGB (Red+Green+Blue) = 153+65+23=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #994117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994117 is #66BEE8. Grayscale: #565656. Windows color (decimal): -6733545 or 1524121. OLE color: 1524121.
HSL color Cylindrical-coordinate representation of color #994117: hue angle of 19.38º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #994117 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 23 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.4 |
| HSL | 19.38º | 0.74% | 0.35% | - |
| HSV(B) | 19.38º | 0.85% | 0.6% | - |
| XYZ | 15.18 | 10.61 | 2.06 | - |
| YUV | 86.52 | 92.15 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 23 | 0 | 0.58 | 0.85 | 0.4 | 19.38 | 0.74 | 0.35 |
| Hex | 99 | 41 | 17 | 0 | 3A | 55 | 28 | 13 | 4A | 23 |
| Octal | 231 | 101 | 27 | 0 | 72 | 125 | 50 | 23 | 112 | 43 |
| Binary | 10011001 | 1000001 | 10111 | 0 | 111010 | 1010101 | 101000 | 10011 | 1001010 | 100011 |
Color Harmonies of #994117
Complementary color
Monochromatic Colors of #994117
Black with #994117
Text Example
Text Example
White with #994117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994117; }
p { color: rgb(153,65,23); }
H1.HeaderClassName
{
color: #994117;
}
.AnyTagClassName
{
color: #994117;
}
</style>
background-color css
<style>
a { background-color: #994117; }
a { background-color: rgb(153,65,23); }
div.DivClassName
{
background-color: #994117;
}
.BgClassName
{
background-color: #994117;
}
</style>
border-color css
<style>
span { border-color: #994117; }
span { border-color: rgb(153,65,23); }
td.TdClassName
{
border-color: #994117;
}
.TagClassName
{
border-color: #994117;
}
</style>