Shades of Saddle Brown #994F0D
Tints of Saddle Brown #994F0D
RGB
CMYK
RGB Variations
Color information
#994F0D (or 0x994F0D) is known color: Saddle Brown. HEX triplet: 99, 4F and 0D. RGB value is (153,79,13). Sum of RGB (Red+Green+Blue) = 153+79+13=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #994F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994F0D is #66B0F2. Grayscale: #5D5D5D. Windows color (decimal): -6729971 or 872345. OLE color: 872345.
HSL color Cylindrical-coordinate representation of color #994F0D: hue angle of 28.29º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #994F0D is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 79 | 13 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.4 |
| HSL | 28.29º | 0.84% | 0.33% | - |
| HSV(B) | 28.29º | 0.92% | 0.6% | - |
| XYZ | 16.01 | 12.39 | 1.93 | - |
| YUV | 93.6 | 82.52 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 13 | 0 | 0.48 | 0.92 | 0.4 | 28.29 | 0.84 | 0.33 |
| Hex | 99 | 4F | D | 0 | 30 | 5C | 28 | 1C | 54 | 21 |
| Octal | 231 | 117 | 15 | 0 | 60 | 134 | 50 | 34 | 124 | 41 |
| Binary | 10011001 | 1001111 | 1101 | 0 | 110000 | 1011100 | 101000 | 11100 | 1010100 | 100001 |
Color Harmonies of #994F0D
Complementary color
Monochromatic Colors of #994F0D
Black with #994F0D
Text Example
Text Example
White with #994F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994F0D; }
p { color: rgb(153,79,13); }
H1.HeaderClassName
{
color: #994F0D;
}
.AnyTagClassName
{
color: #994F0D;
}
</style>
background-color css
<style>
a { background-color: #994F0D; }
a { background-color: rgb(153,79,13); }
div.DivClassName
{
background-color: #994F0D;
}
.BgClassName
{
background-color: #994F0D;
}
</style>
border-color css
<style>
span { border-color: #994F0D; }
span { border-color: rgb(153,79,13); }
td.TdClassName
{
border-color: #994F0D;
}
.TagClassName
{
border-color: #994F0D;
}
</style>