Shades of Saddle Brown #953D11
Tints of Saddle Brown #953D11
RGB
CMYK
RGB Variations
Color information
#953D11 (or 0x953D11) is known color: Saddle Brown. HEX triplet: 95, 3D and 11. RGB value is (149,61,17). Sum of RGB (Red+Green+Blue) = 149+61+17=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #953D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953D11 is #6AC2EE. Grayscale: #525252. Windows color (decimal): -6996719 or 1129877. OLE color: 1129877.
HSL color Cylindrical-coordinate representation of color #953D11: hue angle of 20º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #953D11 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 17 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.42 |
| HSL | 20º | 0.8% | 0.33% | - |
| HSV(B) | 20º | 0.89% | 0.58% | - |
| XYZ | 14.16 | 9.77 | 1.67 | - |
| YUV | 82.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 17 | 0 | 0.59 | 0.89 | 0.42 | 20 | 0.8 | 0.33 |
| Hex | 95 | 3D | 11 | 0 | 3B | 59 | 2A | 14 | 50 | 21 |
| Octal | 225 | 75 | 21 | 0 | 73 | 131 | 52 | 24 | 120 | 41 |
| Binary | 10010101 | 111101 | 10001 | 0 | 111011 | 1011001 | 101010 | 10100 | 1010000 | 100001 |
Color Harmonies of #953D11
Complementary color
Monochromatic Colors of #953D11
Black with #953D11
Text Example
Text Example
White with #953D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D11; }
p { color: rgb(149,61,17); }
H1.HeaderClassName
{
color: #953D11;
}
.AnyTagClassName
{
color: #953D11;
}
</style>
background-color css
<style>
a { background-color: #953D11; }
a { background-color: rgb(149,61,17); }
div.DivClassName
{
background-color: #953D11;
}
.BgClassName
{
background-color: #953D11;
}
</style>
border-color css
<style>
span { border-color: #953D11; }
span { border-color: rgb(149,61,17); }
td.TdClassName
{
border-color: #953D11;
}
.TagClassName
{
border-color: #953D11;
}
</style>