Shades of Saddle Brown #943610
Tints of Saddle Brown #943610
RGB
CMYK
RGB Variations
Color information
#943610 (or 0x943610) is known color: Saddle Brown. HEX triplet: 94, 36 and 10. RGB value is (148,54,16). Sum of RGB (Red+Green+Blue) = 148+54+16=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #943610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943610 is #6BC9EF. Grayscale: #4E4E4E. Windows color (decimal): -7064048 or 1062548. OLE color: 1062548.
HSL color Cylindrical-coordinate representation of color #943610: hue angle of 17.27º 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 #943610 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 54 | 16 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.42 |
| HSL | 17.27º | 0.8% | 0.32% | - |
| HSV(B) | 17.27º | 0.89% | 0.58% | - |
| XYZ | 13.63 | 8.97 | 1.5 | - |
| YUV | 77.77 | 93.14 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 54 | 16 | 0 | 0.64 | 0.89 | 0.42 | 17.27 | 0.8 | 0.32 |
| Hex | 94 | 36 | 10 | 0 | 40 | 59 | 2A | 11 | 50 | 20 |
| Octal | 224 | 66 | 20 | 0 | 100 | 131 | 52 | 21 | 120 | 40 |
| Binary | 10010100 | 110110 | 10000 | 0 | 1000000 | 1011001 | 101010 | 10001 | 1010000 | 100000 |
Color Harmonies of #943610
Complementary color
Monochromatic Colors of #943610
Black with #943610
Text Example
Text Example
White with #943610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943610; }
p { color: rgb(148,54,16); }
H1.HeaderClassName
{
color: #943610;
}
.AnyTagClassName
{
color: #943610;
}
</style>
background-color css
<style>
a { background-color: #943610; }
a { background-color: rgb(148,54,16); }
div.DivClassName
{
background-color: #943610;
}
.BgClassName
{
background-color: #943610;
}
</style>
border-color css
<style>
span { border-color: #943610; }
span { border-color: rgb(148,54,16); }
td.TdClassName
{
border-color: #943610;
}
.TagClassName
{
border-color: #943610;
}
</style>