Shades of Saddle Brown #934811
Tints of Saddle Brown #934811
RGB
CMYK
RGB Variations
Color information
#934811 (or 0x934811) is known color: Saddle Brown. HEX triplet: 93, 48 and 11. RGB value is (147,72,17). Sum of RGB (Red+Green+Blue) = 147+72+17=236 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.29% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 147 - color contains mainly: red. Hex color #934811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934811 is #6CB7EE. Grayscale: #585858. Windows color (decimal): -7124975 or 1132691. OLE color: 1132691.
HSL color Cylindrical-coordinate representation of color #934811: hue angle of 25.38º 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 #934811 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 72 | 17 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.42 |
| HSL | 25.38º | 0.79% | 0.32% | - |
| HSV(B) | 25.38º | 0.88% | 0.58% | - |
| XYZ | 14.45 | 10.88 | 1.87 | - |
| YUV | 88.16 | 87.85 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 17 | 0 | 0.51 | 0.88 | 0.42 | 25.38 | 0.79 | 0.32 |
| Hex | 93 | 48 | 11 | 0 | 33 | 58 | 2A | 19 | 4F | 20 |
| Octal | 223 | 110 | 21 | 0 | 63 | 130 | 52 | 31 | 117 | 40 |
| Binary | 10010011 | 1001000 | 10001 | 0 | 110011 | 1011000 | 101010 | 11001 | 1001111 | 100000 |
Color Harmonies of #934811
Complementary color
Monochromatic Colors of #934811
Black with #934811
Text Example
Text Example
White with #934811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934811; }
p { color: rgb(147,72,17); }
H1.HeaderClassName
{
color: #934811;
}
.AnyTagClassName
{
color: #934811;
}
</style>
background-color css
<style>
a { background-color: #934811; }
a { background-color: rgb(147,72,17); }
div.DivClassName
{
background-color: #934811;
}
.BgClassName
{
background-color: #934811;
}
</style>
border-color css
<style>
span { border-color: #934811; }
span { border-color: rgb(147,72,17); }
td.TdClassName
{
border-color: #934811;
}
.TagClassName
{
border-color: #934811;
}
</style>