Shades of Saddle Brown #994F10
Tints of Saddle Brown #994F10
RGB
CMYK
RGB Variations
Color information
#994F10 (or 0x994F10) is known color: Saddle Brown. HEX triplet: 99, 4F and 10. RGB value is (153,79,16). Sum of RGB (Red+Green+Blue) = 153+79+16=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #994F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994F10 is #66B0EF. Grayscale: #5E5E5E. Windows color (decimal): -6729968 or 1068953. OLE color: 1068953.
HSL color Cylindrical-coordinate representation of color #994F10: hue angle of 27.59º degrees, saturation: 0.81, 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 #994F10 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 79 | 16 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.4 |
| HSL | 27.59º | 0.81% | 0.33% | - |
| HSV(B) | 27.59º | 0.9% | 0.6% | - |
| XYZ | 16.03 | 12.4 | 2.04 | - |
| YUV | 93.94 | 84.02 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 16 | 0 | 0.48 | 0.90 | 0.4 | 27.59 | 0.81 | 0.33 |
| Hex | 99 | 4F | 10 | 0 | 30 | 5A | 28 | 1C | 51 | 21 |
| Octal | 231 | 117 | 20 | 0 | 60 | 132 | 50 | 34 | 121 | 41 |
| Binary | 10011001 | 1001111 | 10000 | 0 | 110000 | 1011010 | 101000 | 11100 | 1010001 | 100001 |
Color Harmonies of #994F10
Complementary color
Monochromatic Colors of #994F10
Black with #994F10
Text Example
Text Example
White with #994F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994F10; }
p { color: rgb(153,79,16); }
H1.HeaderClassName
{
color: #994F10;
}
.AnyTagClassName
{
color: #994F10;
}
</style>
background-color css
<style>
a { background-color: #994F10; }
a { background-color: rgb(153,79,16); }
div.DivClassName
{
background-color: #994F10;
}
.BgClassName
{
background-color: #994F10;
}
</style>
border-color css
<style>
span { border-color: #994F10; }
span { border-color: rgb(153,79,16); }
td.TdClassName
{
border-color: #994F10;
}
.TagClassName
{
border-color: #994F10;
}
</style>