Shades of Saddle Brown #935112
Tints of Saddle Brown #935112
RGB
CMYK
RGB Variations
Color information
#935112 (or 0x935112) is known color: Saddle Brown. HEX triplet: 93, 51 and 12. RGB value is (147,81,18). Sum of RGB (Red+Green+Blue) = 147+81+18=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #935112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935112 is #6CAEED. Grayscale: #5D5D5D. Windows color (decimal): -7122670 or 1200531. OLE color: 1200531.
HSL color Cylindrical-coordinate representation of color #935112: hue angle of 29.3º degrees, saturation: 0.78, 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 #935112 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 18 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.42 |
| HSL | 29.3º | 0.78% | 0.32% | - |
| HSV(B) | 29.3º | 0.88% | 0.58% | - |
| XYZ | 15.08 | 12.13 | 2.12 | - |
| YUV | 93.55 | 85.37 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 18 | 0 | 0.45 | 0.88 | 0.42 | 29.3 | 0.78 | 0.32 |
| Hex | 93 | 51 | 12 | 0 | 2D | 58 | 2A | 1D | 4E | 20 |
| Octal | 223 | 121 | 22 | 0 | 55 | 130 | 52 | 35 | 116 | 40 |
| Binary | 10010011 | 1010001 | 10010 | 0 | 101101 | 1011000 | 101010 | 11101 | 1001110 | 100000 |
Color Harmonies of #935112
Complementary color
Monochromatic Colors of #935112
Black with #935112
Text Example
Text Example
White with #935112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935112; }
p { color: rgb(147,81,18); }
H1.HeaderClassName
{
color: #935112;
}
.AnyTagClassName
{
color: #935112;
}
</style>
background-color css
<style>
a { background-color: #935112; }
a { background-color: rgb(147,81,18); }
div.DivClassName
{
background-color: #935112;
}
.BgClassName
{
background-color: #935112;
}
</style>
border-color css
<style>
span { border-color: #935112; }
span { border-color: rgb(147,81,18); }
td.TdClassName
{
border-color: #935112;
}
.TagClassName
{
border-color: #935112;
}
</style>