Shades of Saddle Brown #935110
Tints of Saddle Brown #935110
RGB
CMYK
RGB Variations
Color information
#935110 (or 0x935110) is known color: Saddle Brown. HEX triplet: 93, 51 and 10. RGB value is (147,81,16). Sum of RGB (Red+Green+Blue) = 147+81+16=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #935110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935110 is #6CAEEF. Grayscale: #5D5D5D. Windows color (decimal): -7122672 or 1069459. OLE color: 1069459.
HSL color Cylindrical-coordinate representation of color #935110: hue angle of 29.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #935110 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 16 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.42 |
| HSL | 29.77º | 0.8% | 0.32% | - |
| HSV(B) | 29.77º | 0.89% | 0.58% | - |
| XYZ | 15.07 | 12.13 | 2.04 | - |
| YUV | 93.32 | 84.37 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 16 | 0 | 0.45 | 0.89 | 0.42 | 29.77 | 0.8 | 0.32 |
| Hex | 93 | 51 | 10 | 0 | 2D | 59 | 2A | 1E | 50 | 20 |
| Octal | 223 | 121 | 20 | 0 | 55 | 131 | 52 | 36 | 120 | 40 |
| Binary | 10010011 | 1010001 | 10000 | 0 | 101101 | 1011001 | 101010 | 11110 | 1010000 | 100000 |
Color Harmonies of #935110
Complementary color
Monochromatic Colors of #935110
Black with #935110
Text Example
Text Example
White with #935110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935110; }
p { color: rgb(147,81,16); }
H1.HeaderClassName
{
color: #935110;
}
.AnyTagClassName
{
color: #935110;
}
</style>
background-color css
<style>
a { background-color: #935110; }
a { background-color: rgb(147,81,16); }
div.DivClassName
{
background-color: #935110;
}
.BgClassName
{
background-color: #935110;
}
</style>
border-color css
<style>
span { border-color: #935110; }
span { border-color: rgb(147,81,16); }
td.TdClassName
{
border-color: #935110;
}
.TagClassName
{
border-color: #935110;
}
</style>