Shades of Saddle Brown #944009
Tints of Saddle Brown #944009
RGB
CMYK
RGB Variations
Color information
#944009 (or 0x944009) is known color: Saddle Brown. HEX triplet: 94, 40 and 09. RGB value is (148,64,9). Sum of RGB (Red+Green+Blue) = 148+64+9=221 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.97% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 148 - color contains mainly: red. Hex color #944009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944009 is #6BBFF6. Grayscale: #535353. Windows color (decimal): -7061495 or 606356. OLE color: 606356.
HSL color Cylindrical-coordinate representation of color #944009: hue angle of 23.74º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #944009 is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 9 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.42 |
| HSL | 23.74º | 0.89% | 0.31% | - |
| HSV(B) | 23.74º | 0.94% | 0.58% | - |
| XYZ | 14.1 | 9.98 | 1.44 | - |
| YUV | 82.85 | 86.33 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 9 | 0 | 0.57 | 0.94 | 0.42 | 23.74 | 0.89 | 0.31 |
| Hex | 94 | 40 | 9 | 0 | 39 | 5E | 2A | 18 | 59 | 1F |
| Octal | 224 | 100 | 11 | 0 | 71 | 136 | 52 | 30 | 131 | 37 |
| Binary | 10010100 | 1000000 | 1001 | 0 | 111001 | 1011110 | 101010 | 11000 | 1011001 | 11111 |
Color Harmonies of #944009
Complementary color
Monochromatic Colors of #944009
Black with #944009
Text Example
Text Example
White with #944009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944009; }
p { color: rgb(148,64,9); }
H1.HeaderClassName
{
color: #944009;
}
.AnyTagClassName
{
color: #944009;
}
</style>
background-color css
<style>
a { background-color: #944009; }
a { background-color: rgb(148,64,9); }
div.DivClassName
{
background-color: #944009;
}
.BgClassName
{
background-color: #944009;
}
</style>
border-color css
<style>
span { border-color: #944009; }
span { border-color: rgb(148,64,9); }
td.TdClassName
{
border-color: #944009;
}
.TagClassName
{
border-color: #944009;
}
</style>