Shades of Saddle Brown #953B10
Tints of Saddle Brown #953B10
RGB
CMYK
RGB Variations
Color information
#953B10 (or 0x953B10) is known color: Saddle Brown. HEX triplet: 95, 3B and 10. RGB value is (149,59,16). Sum of RGB (Red+Green+Blue) = 149+59+16=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #953B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953B10 is #6AC4EF. Grayscale: #515151. Windows color (decimal): -6997232 or 1063829. OLE color: 1063829.
HSL color Cylindrical-coordinate representation of color #953B10: hue angle of 19.4º 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 #953B10 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 59 | 16 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.42 |
| HSL | 19.4º | 0.81% | 0.32% | - |
| HSV(B) | 19.4º | 0.89% | 0.58% | - |
| XYZ | 14.05 | 9.55 | 1.59 | - |
| YUV | 81.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 16 | 0 | 0.60 | 0.89 | 0.42 | 19.4 | 0.81 | 0.32 |
| Hex | 95 | 3B | 10 | 0 | 3C | 59 | 2A | 13 | 51 | 20 |
| Octal | 225 | 73 | 20 | 0 | 74 | 131 | 52 | 23 | 121 | 40 |
| Binary | 10010101 | 111011 | 10000 | 0 | 111100 | 1011001 | 101010 | 10011 | 1010001 | 100000 |
Color Harmonies of #953B10
Complementary color
Monochromatic Colors of #953B10
Black with #953B10
Text Example
Text Example
White with #953B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953B10; }
p { color: rgb(149,59,16); }
H1.HeaderClassName
{
color: #953B10;
}
.AnyTagClassName
{
color: #953B10;
}
</style>
background-color css
<style>
a { background-color: #953B10; }
a { background-color: rgb(149,59,16); }
div.DivClassName
{
background-color: #953B10;
}
.BgClassName
{
background-color: #953B10;
}
</style>
border-color css
<style>
span { border-color: #953B10; }
span { border-color: rgb(149,59,16); }
td.TdClassName
{
border-color: #953B10;
}
.TagClassName
{
border-color: #953B10;
}
</style>