Shades of Saddle Brown #994313
Tints of Saddle Brown #994313
RGB
CMYK
RGB Variations
Color information
#994313 (or 0x994313) is known color: Saddle Brown. HEX triplet: 99, 43 and 13. RGB value is (153,67,19). Sum of RGB (Red+Green+Blue) = 153+67+19=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #994313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994313 is #66BCEC. Grayscale: #575757. Windows color (decimal): -6733037 or 1262489. OLE color: 1262489.
HSL color Cylindrical-coordinate representation of color #994313: hue angle of 21.49º degrees, saturation: 0.78, 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 #994313 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 19 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.4 |
| HSL | 21.49º | 0.78% | 0.34% | - |
| HSV(B) | 21.49º | 0.88% | 0.6% | - |
| XYZ | 15.26 | 10.83 | 1.9 | - |
| YUV | 87.24 | 89.49 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 19 | 0 | 0.56 | 0.88 | 0.4 | 21.49 | 0.78 | 0.34 |
| Hex | 99 | 43 | 13 | 0 | 38 | 58 | 28 | 15 | 4E | 22 |
| Octal | 231 | 103 | 23 | 0 | 70 | 130 | 50 | 25 | 116 | 42 |
| Binary | 10011001 | 1000011 | 10011 | 0 | 111000 | 1011000 | 101000 | 10101 | 1001110 | 100010 |
Color Harmonies of #994313
Complementary color
Monochromatic Colors of #994313
Black with #994313
Text Example
Text Example
White with #994313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994313; }
p { color: rgb(153,67,19); }
H1.HeaderClassName
{
color: #994313;
}
.AnyTagClassName
{
color: #994313;
}
</style>
background-color css
<style>
a { background-color: #994313; }
a { background-color: rgb(153,67,19); }
div.DivClassName
{
background-color: #994313;
}
.BgClassName
{
background-color: #994313;
}
</style>
border-color css
<style>
span { border-color: #994313; }
span { border-color: rgb(153,67,19); }
td.TdClassName
{
border-color: #994313;
}
.TagClassName
{
border-color: #994313;
}
</style>