Shades of Saddle Brown #944909
Tints of Saddle Brown #944909
RGB
CMYK
RGB Variations
Color information
#944909 (or 0x944909) is known color: Saddle Brown. HEX triplet: 94, 49 and 09. RGB value is (148,73,9). Sum of RGB (Red+Green+Blue) = 148+73+9=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #944909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944909 is #6BB6F6. Grayscale: #585858. Windows color (decimal): -7059191 or 608660. OLE color: 608660.
HSL color Cylindrical-coordinate representation of color #944909: hue angle of 27.63º 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 #944909 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 9 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.42 |
| HSL | 27.63º | 0.89% | 0.31% | - |
| HSV(B) | 27.63º | 0.94% | 0.58% | - |
| XYZ | 14.64 | 11.08 | 1.63 | - |
| YUV | 88.13 | 83.35 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 9 | 0 | 0.51 | 0.94 | 0.42 | 27.63 | 0.89 | 0.31 |
| Hex | 94 | 49 | 9 | 0 | 33 | 5E | 2A | 1C | 59 | 1F |
| Octal | 224 | 111 | 11 | 0 | 63 | 136 | 52 | 34 | 131 | 37 |
| Binary | 10010100 | 1001001 | 1001 | 0 | 110011 | 1011110 | 101010 | 11100 | 1011001 | 11111 |
Color Harmonies of #944909
Complementary color
Monochromatic Colors of #944909
Black with #944909
Text Example
Text Example
White with #944909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944909; }
p { color: rgb(148,73,9); }
H1.HeaderClassName
{
color: #944909;
}
.AnyTagClassName
{
color: #944909;
}
</style>
background-color css
<style>
a { background-color: #944909; }
a { background-color: rgb(148,73,9); }
div.DivClassName
{
background-color: #944909;
}
.BgClassName
{
background-color: #944909;
}
</style>
border-color css
<style>
span { border-color: #944909; }
span { border-color: rgb(148,73,9); }
td.TdClassName
{
border-color: #944909;
}
.TagClassName
{
border-color: #944909;
}
</style>