Shades of Saddle Brown #953D17
Tints of Saddle Brown #953D17
RGB
CMYK
RGB Variations
Color information
#953D17 (or 0x953D17) is known color: Saddle Brown. HEX triplet: 95, 3D and 17. RGB value is (149,61,23). Sum of RGB (Red+Green+Blue) = 149+61+23=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #953D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953D17 is #6AC2E8. Grayscale: #535353. Windows color (decimal): -6996713 or 1523093. OLE color: 1523093.
HSL color Cylindrical-coordinate representation of color #953D17: hue angle of 18.1º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #953D17 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 23 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.42 |
| HSL | 18.1º | 0.73% | 0.34% | - |
| HSV(B) | 18.1º | 0.85% | 0.58% | - |
| XYZ | 14.22 | 9.79 | 1.95 | - |
| YUV | 82.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 23 | 0 | 0.59 | 0.85 | 0.42 | 18.1 | 0.73 | 0.34 |
| Hex | 95 | 3D | 17 | 0 | 3B | 55 | 2A | 12 | 49 | 22 |
| Octal | 225 | 75 | 27 | 0 | 73 | 125 | 52 | 22 | 111 | 42 |
| Binary | 10010101 | 111101 | 10111 | 0 | 111011 | 1010101 | 101010 | 10010 | 1001001 | 100010 |
Color Harmonies of #953D17
Complementary color
Monochromatic Colors of #953D17
Black with #953D17
Text Example
Text Example
White with #953D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D17; }
p { color: rgb(149,61,23); }
H1.HeaderClassName
{
color: #953D17;
}
.AnyTagClassName
{
color: #953D17;
}
</style>
background-color css
<style>
a { background-color: #953D17; }
a { background-color: rgb(149,61,23); }
div.DivClassName
{
background-color: #953D17;
}
.BgClassName
{
background-color: #953D17;
}
</style>
border-color css
<style>
span { border-color: #953D17; }
span { border-color: rgb(149,61,23); }
td.TdClassName
{
border-color: #953D17;
}
.TagClassName
{
border-color: #953D17;
}
</style>