Shades of Saddle Brown #935113
Tints of Saddle Brown #935113
RGB
CMYK
RGB Variations
Color information
#935113 (or 0x935113) is known color: Saddle Brown. HEX triplet: 93, 51 and 13. RGB value is (147,81,19). Sum of RGB (Red+Green+Blue) = 147+81+19=247 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.51% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 147 - color contains mainly: red. Hex color #935113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935113 is #6CAEEC. Grayscale: #5D5D5D. Windows color (decimal): -7122669 or 1266067. OLE color: 1266067.
HSL color Cylindrical-coordinate representation of color #935113: hue angle of 29.06º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #935113 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 19 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.42 |
| HSL | 29.06º | 0.77% | 0.33% | - |
| HSV(B) | 29.06º | 0.87% | 0.58% | - |
| XYZ | 15.09 | 12.13 | 2.16 | - |
| YUV | 93.67 | 85.87 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 19 | 0 | 0.45 | 0.87 | 0.42 | 29.06 | 0.77 | 0.33 |
| Hex | 93 | 51 | 13 | 0 | 2D | 57 | 2A | 1D | 4D | 21 |
| Octal | 223 | 121 | 23 | 0 | 55 | 127 | 52 | 35 | 115 | 41 |
| Binary | 10010011 | 1010001 | 10011 | 0 | 101101 | 1010111 | 101010 | 11101 | 1001101 | 100001 |
Color Harmonies of #935113
Complementary color
Monochromatic Colors of #935113
Black with #935113
Text Example
Text Example
White with #935113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935113; }
p { color: rgb(147,81,19); }
H1.HeaderClassName
{
color: #935113;
}
.AnyTagClassName
{
color: #935113;
}
</style>
background-color css
<style>
a { background-color: #935113; }
a { background-color: rgb(147,81,19); }
div.DivClassName
{
background-color: #935113;
}
.BgClassName
{
background-color: #935113;
}
</style>
border-color css
<style>
span { border-color: #935113; }
span { border-color: rgb(147,81,19); }
td.TdClassName
{
border-color: #935113;
}
.TagClassName
{
border-color: #935113;
}
</style>