Shades of Saddle Brown #994309
Tints of Saddle Brown #994309
RGB
CMYK
RGB Variations
Color information
#994309 (or 0x994309) is known color: Saddle Brown. HEX triplet: 99, 43 and 09. RGB value is (153,67,9). Sum of RGB (Red+Green+Blue) = 153+67+9=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #994309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994309 is #66BCF6. Grayscale: #565656. Windows color (decimal): -6733047 or 607129. OLE color: 607129.
HSL color Cylindrical-coordinate representation of color #994309: hue angle of 24.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #994309 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 9 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.4 |
| HSL | 24.17º | 0.89% | 0.32% | - |
| HSV(B) | 24.17º | 0.94% | 0.6% | - |
| XYZ | 15.19 | 10.81 | 1.54 | - |
| YUV | 86.1 | 84.49 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 9 | 0 | 0.56 | 0.94 | 0.4 | 24.17 | 0.89 | 0.32 |
| Hex | 99 | 43 | 9 | 0 | 38 | 5E | 28 | 18 | 59 | 20 |
| Octal | 231 | 103 | 11 | 0 | 70 | 136 | 50 | 30 | 131 | 40 |
| Binary | 10011001 | 1000011 | 1001 | 0 | 111000 | 1011110 | 101000 | 11000 | 1011001 | 100000 |
Color Harmonies of #994309
Complementary color
Monochromatic Colors of #994309
Black with #994309
Text Example
Text Example
White with #994309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994309; }
p { color: rgb(153,67,9); }
H1.HeaderClassName
{
color: #994309;
}
.AnyTagClassName
{
color: #994309;
}
</style>
background-color css
<style>
a { background-color: #994309; }
a { background-color: rgb(153,67,9); }
div.DivClassName
{
background-color: #994309;
}
.BgClassName
{
background-color: #994309;
}
</style>
border-color css
<style>
span { border-color: #994309; }
span { border-color: rgb(153,67,9); }
td.TdClassName
{
border-color: #994309;
}
.TagClassName
{
border-color: #994309;
}
</style>