Shades of Saddle Brown #944416
Tints of Saddle Brown #944416
RGB
CMYK
RGB Variations
Color information
#944416 (or 0x944416) is known color: Saddle Brown. HEX triplet: 94, 44 and 16. RGB value is (148,68,22). Sum of RGB (Red+Green+Blue) = 148+68+22=238 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.18% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 148 - color contains mainly: red. Hex color #944416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944416 is #6BBBE9. Grayscale: #565656. Windows color (decimal): -7060458 or 1459348. OLE color: 1459348.
HSL color Cylindrical-coordinate representation of color #944416: hue angle of 21.9º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #944416 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 68 | 22 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.42 |
| HSL | 21.9º | 0.74% | 0.33% | - |
| HSV(B) | 21.9º | 0.85% | 0.58% | - |
| XYZ | 14.42 | 10.49 | 2.02 | - |
| YUV | 86.68 | 91.5 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 68 | 22 | 0 | 0.54 | 0.85 | 0.42 | 21.9 | 0.74 | 0.33 |
| Hex | 94 | 44 | 16 | 0 | 36 | 55 | 2A | 16 | 4A | 21 |
| Octal | 224 | 104 | 26 | 0 | 66 | 125 | 52 | 26 | 112 | 41 |
| Binary | 10010100 | 1000100 | 10110 | 0 | 110110 | 1010101 | 101010 | 10110 | 1001010 | 100001 |
Color Harmonies of #944416
Complementary color
Monochromatic Colors of #944416
Black with #944416
Text Example
Text Example
White with #944416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944416; }
p { color: rgb(148,68,22); }
H1.HeaderClassName
{
color: #944416;
}
.AnyTagClassName
{
color: #944416;
}
</style>
background-color css
<style>
a { background-color: #944416; }
a { background-color: rgb(148,68,22); }
div.DivClassName
{
background-color: #944416;
}
.BgClassName
{
background-color: #944416;
}
</style>
border-color css
<style>
span { border-color: #944416; }
span { border-color: rgb(148,68,22); }
td.TdClassName
{
border-color: #944416;
}
.TagClassName
{
border-color: #944416;
}
</style>