Shades of Saddle Brown #994C12
Tints of Saddle Brown #994C12
RGB
CMYK
RGB Variations
Color information
#994C12 (or 0x994C12) is known color: Saddle Brown. HEX triplet: 99, 4C and 12. RGB value is (153,76,18). Sum of RGB (Red+Green+Blue) = 153+76+18=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #994C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994C12 is #66B3ED. Grayscale: #5C5C5C. Windows color (decimal): -6730734 or 1199257. OLE color: 1199257.
HSL color Cylindrical-coordinate representation of color #994C12: hue angle of 25.78º 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 #994C12 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 18 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.4 |
| HSL | 25.78º | 0.79% | 0.34% | - |
| HSV(B) | 25.78º | 0.88% | 0.6% | - |
| XYZ | 15.83 | 11.98 | 2.05 | - |
| YUV | 92.41 | 86.01 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 18 | 0 | 0.50 | 0.88 | 0.4 | 25.78 | 0.79 | 0.34 |
| Hex | 99 | 4C | 12 | 0 | 32 | 58 | 28 | 1A | 4F | 22 |
| Octal | 231 | 114 | 22 | 0 | 62 | 130 | 50 | 32 | 117 | 42 |
| Binary | 10011001 | 1001100 | 10010 | 0 | 110010 | 1011000 | 101000 | 11010 | 1001111 | 100010 |
Color Harmonies of #994C12
Complementary color
Monochromatic Colors of #994C12
Black with #994C12
Text Example
Text Example
White with #994C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C12; }
p { color: rgb(153,76,18); }
H1.HeaderClassName
{
color: #994C12;
}
.AnyTagClassName
{
color: #994C12;
}
</style>
background-color css
<style>
a { background-color: #994C12; }
a { background-color: rgb(153,76,18); }
div.DivClassName
{
background-color: #994C12;
}
.BgClassName
{
background-color: #994C12;
}
</style>
border-color css
<style>
span { border-color: #994C12; }
span { border-color: rgb(153,76,18); }
td.TdClassName
{
border-color: #994C12;
}
.TagClassName
{
border-color: #994C12;
}
</style>