Shades of Saddle Brown #943C16
Tints of Saddle Brown #943C16
RGB
CMYK
RGB Variations
Color information
#943C16 (or 0x943C16) is known color: Saddle Brown. HEX triplet: 94, 3C and 16. RGB value is (148,60,22). Sum of RGB (Red+Green+Blue) = 148+60+22=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #943C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943C16 is #6BC3E9. Grayscale: #525252. Windows color (decimal): -7062506 or 1457300. OLE color: 1457300.
HSL color Cylindrical-coordinate representation of color #943C16: hue angle of 18.1º 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 #943C16 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 60 | 22 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.42 |
| HSL | 18.1º | 0.74% | 0.33% | - |
| HSV(B) | 18.1º | 0.85% | 0.58% | - |
| XYZ | 13.97 | 9.59 | 1.87 | - |
| YUV | 81.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 60 | 22 | 0 | 0.59 | 0.85 | 0.42 | 18.1 | 0.74 | 0.33 |
| Hex | 94 | 3C | 16 | 0 | 3B | 55 | 2A | 12 | 4A | 21 |
| Octal | 224 | 74 | 26 | 0 | 73 | 125 | 52 | 22 | 112 | 41 |
| Binary | 10010100 | 111100 | 10110 | 0 | 111011 | 1010101 | 101010 | 10010 | 1001010 | 100001 |
Color Harmonies of #943C16
Complementary color
Monochromatic Colors of #943C16
Black with #943C16
Text Example
Text Example
White with #943C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943C16; }
p { color: rgb(148,60,22); }
H1.HeaderClassName
{
color: #943C16;
}
.AnyTagClassName
{
color: #943C16;
}
</style>
background-color css
<style>
a { background-color: #943C16; }
a { background-color: rgb(148,60,22); }
div.DivClassName
{
background-color: #943C16;
}
.BgClassName
{
background-color: #943C16;
}
</style>
border-color css
<style>
span { border-color: #943C16; }
span { border-color: rgb(148,60,22); }
td.TdClassName
{
border-color: #943C16;
}
.TagClassName
{
border-color: #943C16;
}
</style>