Shades of Saddle Brown #944C16
Tints of Saddle Brown #944C16
RGB
CMYK
RGB Variations
Color information
#944C16 (or 0x944C16) is known color: Saddle Brown. HEX triplet: 94, 4C and 16. RGB value is (148,76,22). Sum of RGB (Red+Green+Blue) = 148+76+22=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #944C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944C16 is #6BB3E9. Grayscale: #5B5B5B. Windows color (decimal): -7058410 or 1461396. OLE color: 1461396.
HSL color Cylindrical-coordinate representation of color #944C16: hue angle of 25.71º 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 #944C16 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 22 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.42 |
| HSL | 25.71º | 0.74% | 0.33% | - |
| HSV(B) | 25.71º | 0.85% | 0.58% | - |
| XYZ | 14.94 | 11.52 | 2.2 | - |
| YUV | 91.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 22 | 0 | 0.49 | 0.85 | 0.42 | 25.71 | 0.74 | 0.33 |
| Hex | 94 | 4C | 16 | 0 | 31 | 55 | 2A | 1A | 4A | 21 |
| Octal | 224 | 114 | 26 | 0 | 61 | 125 | 52 | 32 | 112 | 41 |
| Binary | 10010100 | 1001100 | 10110 | 0 | 110001 | 1010101 | 101010 | 11010 | 1001010 | 100001 |
Color Harmonies of #944C16
Complementary color
Monochromatic Colors of #944C16
Black with #944C16
Text Example
Text Example
White with #944C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C16; }
p { color: rgb(148,76,22); }
H1.HeaderClassName
{
color: #944C16;
}
.AnyTagClassName
{
color: #944C16;
}
</style>
background-color css
<style>
a { background-color: #944C16; }
a { background-color: rgb(148,76,22); }
div.DivClassName
{
background-color: #944C16;
}
.BgClassName
{
background-color: #944C16;
}
</style>
border-color css
<style>
span { border-color: #944C16; }
span { border-color: rgb(148,76,22); }
td.TdClassName
{
border-color: #944C16;
}
.TagClassName
{
border-color: #944C16;
}
</style>