Shades of Saddle Brown #944011
Tints of Saddle Brown #944011
RGB
CMYK
RGB Variations
Color information
#944011 (or 0x944011) is known color: Saddle Brown. HEX triplet: 94, 40 and 11. RGB value is (148,64,17). Sum of RGB (Red+Green+Blue) = 148+64+17=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #944011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944011 is #6BBFEE. Grayscale: #545454. Windows color (decimal): -7061487 or 1130644. OLE color: 1130644.
HSL color Cylindrical-coordinate representation of color #944011: hue angle of 21.53º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #944011 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 17 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.42 |
| HSL | 21.53º | 0.79% | 0.32% | - |
| HSV(B) | 21.53º | 0.89% | 0.58% | - |
| XYZ | 14.15 | 10 | 1.72 | - |
| YUV | 83.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 17 | 0 | 0.57 | 0.89 | 0.42 | 21.53 | 0.79 | 0.32 |
| Hex | 94 | 40 | 11 | 0 | 39 | 59 | 2A | 16 | 4F | 20 |
| Octal | 224 | 100 | 21 | 0 | 71 | 131 | 52 | 26 | 117 | 40 |
| Binary | 10010100 | 1000000 | 10001 | 0 | 111001 | 1011001 | 101010 | 10110 | 1001111 | 100000 |
Color Harmonies of #944011
Complementary color
Monochromatic Colors of #944011
Black with #944011
Text Example
Text Example
White with #944011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944011; }
p { color: rgb(148,64,17); }
H1.HeaderClassName
{
color: #944011;
}
.AnyTagClassName
{
color: #944011;
}
</style>
background-color css
<style>
a { background-color: #944011; }
a { background-color: rgb(148,64,17); }
div.DivClassName
{
background-color: #944011;
}
.BgClassName
{
background-color: #944011;
}
</style>
border-color css
<style>
span { border-color: #944011; }
span { border-color: rgb(148,64,17); }
td.TdClassName
{
border-color: #944011;
}
.TagClassName
{
border-color: #944011;
}
</style>