Shades of Saddle Brown #954211
Tints of Saddle Brown #954211
RGB
CMYK
RGB Variations
Color information
#954211 (or 0x954211) is known color: Saddle Brown. HEX triplet: 95, 42 and 11. RGB value is (149,66,17). Sum of RGB (Red+Green+Blue) = 149+66+17=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #954211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954211 is #6ABDEE. Grayscale: #555555. Windows color (decimal): -6995439 or 1131157. OLE color: 1131157.
HSL color Cylindrical-coordinate representation of color #954211: hue angle of 22.27º 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 #954211 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 66 | 17 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.42 |
| HSL | 22.27º | 0.8% | 0.33% | - |
| HSV(B) | 22.27º | 0.89% | 0.58% | - |
| XYZ | 14.44 | 10.33 | 1.76 | - |
| YUV | 85.23 | 89.5 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 66 | 17 | 0 | 0.56 | 0.89 | 0.42 | 22.27 | 0.8 | 0.33 |
| Hex | 95 | 42 | 11 | 0 | 38 | 59 | 2A | 16 | 50 | 21 |
| Octal | 225 | 102 | 21 | 0 | 70 | 131 | 52 | 26 | 120 | 41 |
| Binary | 10010101 | 1000010 | 10001 | 0 | 111000 | 1011001 | 101010 | 10110 | 1010000 | 100001 |
Color Harmonies of #954211
Complementary color
Monochromatic Colors of #954211
Black with #954211
Text Example
Text Example
White with #954211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954211; }
p { color: rgb(149,66,17); }
H1.HeaderClassName
{
color: #954211;
}
.AnyTagClassName
{
color: #954211;
}
</style>
background-color css
<style>
a { background-color: #954211; }
a { background-color: rgb(149,66,17); }
div.DivClassName
{
background-color: #954211;
}
.BgClassName
{
background-color: #954211;
}
</style>
border-color css
<style>
span { border-color: #954211; }
span { border-color: rgb(149,66,17); }
td.TdClassName
{
border-color: #954211;
}
.TagClassName
{
border-color: #954211;
}
</style>