Shades of Saddle Brown #994714
Tints of Saddle Brown #994714
RGB
CMYK
RGB Variations
Color information
#994714 (or 0x994714) is known color: Saddle Brown. HEX triplet: 99, 47 and 14. RGB value is (153,71,20). Sum of RGB (Red+Green+Blue) = 153+71+20=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #994714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994714 is #66B8EB. Grayscale: #595959. Windows color (decimal): -6732012 or 1329049. OLE color: 1329049.
HSL color Cylindrical-coordinate representation of color #994714: hue angle of 23.01º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #994714 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 20 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.4 |
| HSL | 23.01º | 0.77% | 0.34% | - |
| HSV(B) | 23.01º | 0.87% | 0.6% | - |
| XYZ | 15.52 | 11.33 | 2.03 | - |
| YUV | 89.7 | 88.67 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 20 | 0 | 0.54 | 0.87 | 0.4 | 23.01 | 0.77 | 0.34 |
| Hex | 99 | 47 | 14 | 0 | 36 | 57 | 28 | 17 | 4D | 22 |
| Octal | 231 | 107 | 24 | 0 | 66 | 127 | 50 | 27 | 115 | 42 |
| Binary | 10011001 | 1000111 | 10100 | 0 | 110110 | 1010111 | 101000 | 10111 | 1001101 | 100010 |
Color Harmonies of #994714
Complementary color
Monochromatic Colors of #994714
Black with #994714
Text Example
Text Example
White with #994714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994714; }
p { color: rgb(153,71,20); }
H1.HeaderClassName
{
color: #994714;
}
.AnyTagClassName
{
color: #994714;
}
</style>
background-color css
<style>
a { background-color: #994714; }
a { background-color: rgb(153,71,20); }
div.DivClassName
{
background-color: #994714;
}
.BgClassName
{
background-color: #994714;
}
</style>
border-color css
<style>
span { border-color: #994714; }
span { border-color: rgb(153,71,20); }
td.TdClassName
{
border-color: #994714;
}
.TagClassName
{
border-color: #994714;
}
</style>