Shades of Saddle Brown #944006
Tints of Saddle Brown #944006
RGB
CMYK
RGB Variations
Color information
#944006 (or 0x944006) is known color: Saddle Brown. HEX triplet: 94, 40 and 06. RGB value is (148,64,6). Sum of RGB (Red+Green+Blue) = 148+64+6=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #944006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944006 is #6BBFF9. Grayscale: #525252. Windows color (decimal): -7061498 or 409748. OLE color: 409748.
HSL color Cylindrical-coordinate representation of color #944006: hue angle of 24.51º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #944006 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 6 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.42 |
| HSL | 24.51º | 0.92% | 0.3% | - |
| HSV(B) | 24.51º | 0.96% | 0.58% | - |
| XYZ | 14.08 | 9.98 | 1.36 | - |
| YUV | 82.5 | 84.83 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 6 | 0 | 0.57 | 0.96 | 0.42 | 24.51 | 0.92 | 0.3 |
| Hex | 94 | 40 | 6 | 0 | 39 | 60 | 2A | 19 | 5C | 1E |
| Octal | 224 | 100 | 6 | 0 | 71 | 140 | 52 | 31 | 134 | 36 |
| Binary | 10010100 | 1000000 | 110 | 0 | 111001 | 1100000 | 101010 | 11001 | 1011100 | 11110 |
Color Harmonies of #944006
Complementary color
Monochromatic Colors of #944006
Black with #944006
Text Example
Text Example
White with #944006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944006; }
p { color: rgb(148,64,6); }
H1.HeaderClassName
{
color: #944006;
}
.AnyTagClassName
{
color: #944006;
}
</style>
background-color css
<style>
a { background-color: #944006; }
a { background-color: rgb(148,64,6); }
div.DivClassName
{
background-color: #944006;
}
.BgClassName
{
background-color: #944006;
}
</style>
border-color css
<style>
span { border-color: #944006; }
span { border-color: rgb(148,64,6); }
td.TdClassName
{
border-color: #944006;
}
.TagClassName
{
border-color: #944006;
}
</style>