Shades of Saddle Brown #935116
Tints of Saddle Brown #935116
RGB
CMYK
RGB Variations
Color information
#935116 (or 0x935116) is known color: Saddle Brown. HEX triplet: 93, 51 and 16. RGB value is (147,81,22). Sum of RGB (Red+Green+Blue) = 147+81+22=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #935116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935116 is #6CAEE9. Grayscale: #5E5E5E. Windows color (decimal): -7122666 or 1462675. OLE color: 1462675.
HSL color Cylindrical-coordinate representation of color #935116: hue angle of 28.32º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #935116 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 22 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.42 |
| HSL | 28.32º | 0.74% | 0.33% | - |
| HSV(B) | 28.32º | 0.85% | 0.58% | - |
| XYZ | 15.12 | 12.15 | 2.31 | - |
| YUV | 94.01 | 87.37 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 22 | 0 | 0.45 | 0.85 | 0.42 | 28.32 | 0.74 | 0.33 |
| Hex | 93 | 51 | 16 | 0 | 2D | 55 | 2A | 1C | 4A | 21 |
| Octal | 223 | 121 | 26 | 0 | 55 | 125 | 52 | 34 | 112 | 41 |
| Binary | 10010011 | 1010001 | 10110 | 0 | 101101 | 1010101 | 101010 | 11100 | 1001010 | 100001 |
Color Harmonies of #935116
Complementary color
Monochromatic Colors of #935116
Black with #935116
Text Example
Text Example
White with #935116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935116; }
p { color: rgb(147,81,22); }
H1.HeaderClassName
{
color: #935116;
}
.AnyTagClassName
{
color: #935116;
}
</style>
background-color css
<style>
a { background-color: #935116; }
a { background-color: rgb(147,81,22); }
div.DivClassName
{
background-color: #935116;
}
.BgClassName
{
background-color: #935116;
}
</style>
border-color css
<style>
span { border-color: #935116; }
span { border-color: rgb(147,81,22); }
td.TdClassName
{
border-color: #935116;
}
.TagClassName
{
border-color: #935116;
}
</style>