Shades of Saddle Brown #934211
Tints of Saddle Brown #934211
RGB
CMYK
RGB Variations
Color information
#934211 (or 0x934211) is known color: Saddle Brown. HEX triplet: 93, 42 and 11. RGB value is (147,66,17). Sum of RGB (Red+Green+Blue) = 147+66+17=230 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.91% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 147 - color contains mainly: red. Hex color #934211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934211 is #6CBDEE. Grayscale: #545454. Windows color (decimal): -7126511 or 1131155. OLE color: 1131155.
HSL color Cylindrical-coordinate representation of color #934211: hue angle of 22.62º 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 #934211 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 66 | 17 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.42 |
| HSL | 22.62º | 0.79% | 0.32% | - |
| HSV(B) | 22.62º | 0.88% | 0.58% | - |
| XYZ | 14.08 | 10.14 | 1.75 | - |
| YUV | 84.63 | 89.84 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 17 | 0 | 0.55 | 0.88 | 0.42 | 22.62 | 0.79 | 0.32 |
| Hex | 93 | 42 | 11 | 0 | 37 | 58 | 2A | 17 | 4F | 20 |
| Octal | 223 | 102 | 21 | 0 | 67 | 130 | 52 | 27 | 117 | 40 |
| Binary | 10010011 | 1000010 | 10001 | 0 | 110111 | 1011000 | 101010 | 10111 | 1001111 | 100000 |
Color Harmonies of #934211
Complementary color
Monochromatic Colors of #934211
Black with #934211
Text Example
Text Example
White with #934211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934211; }
p { color: rgb(147,66,17); }
H1.HeaderClassName
{
color: #934211;
}
.AnyTagClassName
{
color: #934211;
}
</style>
background-color css
<style>
a { background-color: #934211; }
a { background-color: rgb(147,66,17); }
div.DivClassName
{
background-color: #934211;
}
.BgClassName
{
background-color: #934211;
}
</style>
border-color css
<style>
span { border-color: #934211; }
span { border-color: rgb(147,66,17); }
td.TdClassName
{
border-color: #934211;
}
.TagClassName
{
border-color: #934211;
}
</style>