Shades of Saddle Brown #953A11
Tints of Saddle Brown #953A11
RGB
CMYK
RGB Variations
Color information
#953A11 (or 0x953A11) is known color: Saddle Brown. HEX triplet: 95, 3A and 11. RGB value is (149,58,17). Sum of RGB (Red+Green+Blue) = 149+58+17=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #953A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A11 is #6AC5EE. Grayscale: #505050. Windows color (decimal): -6997487 or 1129109. OLE color: 1129109.
HSL color Cylindrical-coordinate representation of color #953A11: hue angle of 18.64º 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 #953A11 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 17 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.42 |
| HSL | 18.64º | 0.8% | 0.33% | - |
| HSV(B) | 18.64º | 0.89% | 0.58% | - |
| XYZ | 14.01 | 9.46 | 1.62 | - |
| YUV | 80.54 | 92.15 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 17 | 0 | 0.61 | 0.89 | 0.42 | 18.64 | 0.8 | 0.33 |
| Hex | 95 | 3A | 11 | 0 | 3D | 59 | 2A | 13 | 50 | 21 |
| Octal | 225 | 72 | 21 | 0 | 75 | 131 | 52 | 23 | 120 | 41 |
| Binary | 10010101 | 111010 | 10001 | 0 | 111101 | 1011001 | 101010 | 10011 | 1010000 | 100001 |
Color Harmonies of #953A11
Complementary color
Monochromatic Colors of #953A11
Black with #953A11
Text Example
Text Example
White with #953A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A11; }
p { color: rgb(149,58,17); }
H1.HeaderClassName
{
color: #953A11;
}
.AnyTagClassName
{
color: #953A11;
}
</style>
background-color css
<style>
a { background-color: #953A11; }
a { background-color: rgb(149,58,17); }
div.DivClassName
{
background-color: #953A11;
}
.BgClassName
{
background-color: #953A11;
}
</style>
border-color css
<style>
span { border-color: #953A11; }
span { border-color: rgb(149,58,17); }
td.TdClassName
{
border-color: #953A11;
}
.TagClassName
{
border-color: #953A11;
}
</style>