Shades of Saddle Brown #994C0F
Tints of Saddle Brown #994C0F
RGB
CMYK
RGB Variations
Color information
#994C0F (or 0x994C0F) is known color: Saddle Brown. HEX triplet: 99, 4C and 0F. RGB value is (153,76,15). Sum of RGB (Red+Green+Blue) = 153+76+15=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #994C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994C0F is #66B3F0. Grayscale: #5C5C5C. Windows color (decimal): -6730737 or 1002649. OLE color: 1002649.
HSL color Cylindrical-coordinate representation of color #994C0F: hue angle of 26.52º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #994C0F is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 15 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.4 |
| HSL | 26.52º | 0.82% | 0.33% | - |
| HSV(B) | 26.52º | 0.9% | 0.6% | - |
| XYZ | 15.81 | 11.98 | 1.93 | - |
| YUV | 92.07 | 84.51 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 15 | 0 | 0.50 | 0.90 | 0.4 | 26.52 | 0.82 | 0.33 |
| Hex | 99 | 4C | F | 0 | 32 | 5A | 28 | 1B | 52 | 21 |
| Octal | 231 | 114 | 17 | 0 | 62 | 132 | 50 | 33 | 122 | 41 |
| Binary | 10011001 | 1001100 | 1111 | 0 | 110010 | 1011010 | 101000 | 11011 | 1010010 | 100001 |
Color Harmonies of #994C0F
Complementary color
Monochromatic Colors of #994C0F
Black with #994C0F
Text Example
Text Example
White with #994C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C0F; }
p { color: rgb(153,76,15); }
H1.HeaderClassName
{
color: #994C0F;
}
.AnyTagClassName
{
color: #994C0F;
}
</style>
background-color css
<style>
a { background-color: #994C0F; }
a { background-color: rgb(153,76,15); }
div.DivClassName
{
background-color: #994C0F;
}
.BgClassName
{
background-color: #994C0F;
}
</style>
border-color css
<style>
span { border-color: #994C0F; }
span { border-color: rgb(153,76,15); }
td.TdClassName
{
border-color: #994C0F;
}
.TagClassName
{
border-color: #994C0F;
}
</style>