Shades of Saddle Brown #935211
Tints of Saddle Brown #935211
RGB
CMYK
RGB Variations
Color information
#935211 (or 0x935211) is known color: Saddle Brown. HEX triplet: 93, 52 and 11. RGB value is (147,82,17). Sum of RGB (Red+Green+Blue) = 147+82+17=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #935211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935211 is #6CADEE. Grayscale: #5E5E5E. Windows color (decimal): -7122415 or 1135251. OLE color: 1135251.
HSL color Cylindrical-coordinate representation of color #935211: hue angle of 30º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #935211 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 82 | 17 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.42 |
| HSL | 30º | 0.79% | 0.32% | - |
| HSV(B) | 30º | 0.88% | 0.58% | - |
| XYZ | 15.15 | 12.28 | 2.1 | - |
| YUV | 94.03 | 84.53 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 17 | 0 | 0.44 | 0.88 | 0.42 | 30 | 0.79 | 0.32 |
| Hex | 93 | 52 | 11 | 0 | 2C | 58 | 2A | 1E | 4F | 20 |
| Octal | 223 | 122 | 21 | 0 | 54 | 130 | 52 | 36 | 117 | 40 |
| Binary | 10010011 | 1010010 | 10001 | 0 | 101100 | 1011000 | 101010 | 11110 | 1001111 | 100000 |
Color Harmonies of #935211
Complementary color
Monochromatic Colors of #935211
Black with #935211
Text Example
Text Example
White with #935211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935211; }
p { color: rgb(147,82,17); }
H1.HeaderClassName
{
color: #935211;
}
.AnyTagClassName
{
color: #935211;
}
</style>
background-color css
<style>
a { background-color: #935211; }
a { background-color: rgb(147,82,17); }
div.DivClassName
{
background-color: #935211;
}
.BgClassName
{
background-color: #935211;
}
</style>
border-color css
<style>
span { border-color: #935211; }
span { border-color: rgb(147,82,17); }
td.TdClassName
{
border-color: #935211;
}
.TagClassName
{
border-color: #935211;
}
</style>