Shades of Saddle Brown #934111
Tints of Saddle Brown #934111
RGB
CMYK
RGB Variations
Color information
#934111 (or 0x934111) is known color: Saddle Brown. HEX triplet: 93, 41 and 11. RGB value is (147,65,17). Sum of RGB (Red+Green+Blue) = 147+65+17=229 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.19% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 147 - color contains mainly: red. Hex color #934111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934111 is #6CBEEE. Grayscale: #545454. Windows color (decimal): -7126767 or 1130899. OLE color: 1130899.
HSL color Cylindrical-coordinate representation of color #934111: hue angle of 22.15º 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 #934111 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 65 | 17 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.42 |
| HSL | 22.15º | 0.79% | 0.32% | - |
| HSV(B) | 22.15º | 0.88% | 0.58% | - |
| XYZ | 14.02 | 10.02 | 1.73 | - |
| YUV | 84.05 | 90.17 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 17 | 0 | 0.56 | 0.88 | 0.42 | 22.15 | 0.79 | 0.32 |
| Hex | 93 | 41 | 11 | 0 | 38 | 58 | 2A | 16 | 4F | 20 |
| Octal | 223 | 101 | 21 | 0 | 70 | 130 | 52 | 26 | 117 | 40 |
| Binary | 10010011 | 1000001 | 10001 | 0 | 111000 | 1011000 | 101010 | 10110 | 1001111 | 100000 |
Color Harmonies of #934111
Complementary color
Monochromatic Colors of #934111
Black with #934111
Text Example
Text Example
White with #934111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934111; }
p { color: rgb(147,65,17); }
H1.HeaderClassName
{
color: #934111;
}
.AnyTagClassName
{
color: #934111;
}
</style>
background-color css
<style>
a { background-color: #934111; }
a { background-color: rgb(147,65,17); }
div.DivClassName
{
background-color: #934111;
}
.BgClassName
{
background-color: #934111;
}
</style>
border-color css
<style>
span { border-color: #934111; }
span { border-color: rgb(147,65,17); }
td.TdClassName
{
border-color: #934111;
}
.TagClassName
{
border-color: #934111;
}
</style>