Shades of Saddle Brown #944001
Tints of Saddle Brown #944001
RGB
CMYK
RGB Variations
Color information
#944001 (or 0x944001) is known color: Saddle Brown. HEX triplet: 94, 40 and 01. RGB value is (148,64,1). Sum of RGB (Red+Green+Blue) = 148+64+1=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #944001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944001 is #6BBFFE. Grayscale: #525252. Windows color (decimal): -7061503 or 82068. OLE color: 82068.
HSL color Cylindrical-coordinate representation of color #944001: hue angle of 25.71º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #944001 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.42 |
| HSL | 25.71º | 0.99% | 0.29% | - |
| HSV(B) | 25.71º | 0.99% | 0.58% | - |
| XYZ | 14.05 | 9.96 | 1.21 | - |
| YUV | 81.93 | 82.33 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 1 | 0 | 0.57 | 0.99 | 0.42 | 25.71 | 0.99 | 0.29 |
| Hex | 94 | 40 | 1 | 0 | 39 | 63 | 2A | 1A | 63 | 1D |
| Octal | 224 | 100 | 1 | 0 | 71 | 143 | 52 | 32 | 143 | 35 |
| Binary | 10010100 | 1000000 | 1 | 0 | 111001 | 1100011 | 101010 | 11010 | 1100011 | 11101 |
Color Harmonies of #944001
Complementary color
Monochromatic Colors of #944001
Black with #944001
Text Example
Text Example
White with #944001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944001; }
p { color: rgb(148,64,1); }
H1.HeaderClassName
{
color: #944001;
}
.AnyTagClassName
{
color: #944001;
}
</style>
background-color css
<style>
a { background-color: #944001; }
a { background-color: rgb(148,64,1); }
div.DivClassName
{
background-color: #944001;
}
.BgClassName
{
background-color: #944001;
}
</style>
border-color css
<style>
span { border-color: #944001; }
span { border-color: rgb(148,64,1); }
td.TdClassName
{
border-color: #944001;
}
.TagClassName
{
border-color: #944001;
}
</style>