Shades of Saddle Brown #953D10
Tints of Saddle Brown #953D10
RGB
CMYK
RGB Variations
Color information
#953D10 (or 0x953D10) is known color: Saddle Brown. HEX triplet: 95, 3D and 10. RGB value is (149,61,16). Sum of RGB (Red+Green+Blue) = 149+61+16=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #953D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953D10 is #6AC2EF. Grayscale: #525252. Windows color (decimal): -6996720 or 1064341. OLE color: 1064341.
HSL color Cylindrical-coordinate representation of color #953D10: hue angle of 20.3º degrees, saturation: 0.81, 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 #953D10 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 16 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.42 |
| HSL | 20.3º | 0.81% | 0.32% | - |
| HSV(B) | 20.3º | 0.89% | 0.58% | - |
| XYZ | 14.16 | 9.76 | 1.63 | - |
| YUV | 82.18 | 90.65 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 16 | 0 | 0.59 | 0.89 | 0.42 | 20.3 | 0.81 | 0.32 |
| Hex | 95 | 3D | 10 | 0 | 3B | 59 | 2A | 14 | 51 | 20 |
| Octal | 225 | 75 | 20 | 0 | 73 | 131 | 52 | 24 | 121 | 40 |
| Binary | 10010101 | 111101 | 10000 | 0 | 111011 | 1011001 | 101010 | 10100 | 1010001 | 100000 |
Color Harmonies of #953D10
Complementary color
Monochromatic Colors of #953D10
Black with #953D10
Text Example
Text Example
White with #953D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D10; }
p { color: rgb(149,61,16); }
H1.HeaderClassName
{
color: #953D10;
}
.AnyTagClassName
{
color: #953D10;
}
</style>
background-color css
<style>
a { background-color: #953D10; }
a { background-color: rgb(149,61,16); }
div.DivClassName
{
background-color: #953D10;
}
.BgClassName
{
background-color: #953D10;
}
</style>
border-color css
<style>
span { border-color: #953D10; }
span { border-color: rgb(149,61,16); }
td.TdClassName
{
border-color: #953D10;
}
.TagClassName
{
border-color: #953D10;
}
</style>