Shades of Saddle Brown #994A0E
Tints of Saddle Brown #994A0E
RGB
CMYK
RGB Variations
Color information
#994A0E (or 0x994A0E) is known color: Saddle Brown. HEX triplet: 99, 4A and 0E. RGB value is (153,74,14). Sum of RGB (Red+Green+Blue) = 153+74+14=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #994A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994A0E is #66B5F1. Grayscale: #5B5B5B. Windows color (decimal): -6731250 or 936601. OLE color: 936601.
HSL color Cylindrical-coordinate representation of color #994A0E: hue angle of 25.9º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #994A0E is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 74 | 14 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.4 |
| HSL | 25.9º | 0.83% | 0.33% | - |
| HSV(B) | 25.9º | 0.91% | 0.6% | - |
| XYZ | 15.66 | 11.7 | 1.85 | - |
| YUV | 90.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 14 | 0 | 0.52 | 0.91 | 0.4 | 25.9 | 0.83 | 0.33 |
| Hex | 99 | 4A | E | 0 | 34 | 5B | 28 | 1A | 53 | 21 |
| Octal | 231 | 112 | 16 | 0 | 64 | 133 | 50 | 32 | 123 | 41 |
| Binary | 10011001 | 1001010 | 1110 | 0 | 110100 | 1011011 | 101000 | 11010 | 1010011 | 100001 |
Color Harmonies of #994A0E
Complementary color
Monochromatic Colors of #994A0E
Black with #994A0E
Text Example
Text Example
White with #994A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994A0E; }
p { color: rgb(153,74,14); }
H1.HeaderClassName
{
color: #994A0E;
}
.AnyTagClassName
{
color: #994A0E;
}
</style>
background-color css
<style>
a { background-color: #994A0E; }
a { background-color: rgb(153,74,14); }
div.DivClassName
{
background-color: #994A0E;
}
.BgClassName
{
background-color: #994A0E;
}
</style>
border-color css
<style>
span { border-color: #994A0E; }
span { border-color: rgb(153,74,14); }
td.TdClassName
{
border-color: #994A0E;
}
.TagClassName
{
border-color: #994A0E;
}
</style>