Shades of Saddle Brown #943C10
Tints of Saddle Brown #943C10
RGB
CMYK
RGB Variations
Color information
#943C10 (or 0x943C10) is known color: Saddle Brown. HEX triplet: 94, 3C and 10. RGB value is (148,60,16). Sum of RGB (Red+Green+Blue) = 148+60+16=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #943C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943C10 is #6BC3EF. Grayscale: #515151. Windows color (decimal): -7062512 or 1064084. OLE color: 1064084.
HSL color Cylindrical-coordinate representation of color #943C10: hue angle of 20º degrees, saturation: 0.8, 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 #943C10 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 60 | 16 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.42 |
| HSL | 20º | 0.8% | 0.32% | - |
| HSV(B) | 20º | 0.89% | 0.58% | - |
| XYZ | 13.92 | 9.57 | 1.6 | - |
| YUV | 81.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 60 | 16 | 0 | 0.59 | 0.89 | 0.42 | 20 | 0.8 | 0.32 |
| Hex | 94 | 3C | 10 | 0 | 3B | 59 | 2A | 14 | 50 | 20 |
| Octal | 224 | 74 | 20 | 0 | 73 | 131 | 52 | 24 | 120 | 40 |
| Binary | 10010100 | 111100 | 10000 | 0 | 111011 | 1011001 | 101010 | 10100 | 1010000 | 100000 |
Color Harmonies of #943C10
Complementary color
Monochromatic Colors of #943C10
Black with #943C10
Text Example
Text Example
White with #943C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943C10; }
p { color: rgb(148,60,16); }
H1.HeaderClassName
{
color: #943C10;
}
.AnyTagClassName
{
color: #943C10;
}
</style>
background-color css
<style>
a { background-color: #943C10; }
a { background-color: rgb(148,60,16); }
div.DivClassName
{
background-color: #943C10;
}
.BgClassName
{
background-color: #943C10;
}
</style>
border-color css
<style>
span { border-color: #943C10; }
span { border-color: rgb(148,60,16); }
td.TdClassName
{
border-color: #943C10;
}
.TagClassName
{
border-color: #943C10;
}
</style>