Shades of Saddle Brown #935119
Tints of Saddle Brown #935119
RGB
CMYK
RGB Variations
Color information
#935119 (or 0x935119) is known color: Saddle Brown. HEX triplet: 93, 51 and 19. RGB value is (147,81,25). Sum of RGB (Red+Green+Blue) = 147+81+25=253 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.10% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 147 - color contains mainly: red. Hex color #935119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935119 is #6CAEE6. Grayscale: #5E5E5E. Windows color (decimal): -7122663 or 1659283. OLE color: 1659283.
HSL color Cylindrical-coordinate representation of color #935119: hue angle of 27.54º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #935119 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 25 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.42 |
| HSL | 27.54º | 0.71% | 0.34% | - |
| HSV(B) | 27.54º | 0.83% | 0.58% | - |
| XYZ | 15.15 | 12.16 | 2.47 | - |
| YUV | 94.35 | 88.87 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 25 | 0 | 0.45 | 0.83 | 0.42 | 27.54 | 0.71 | 0.34 |
| Hex | 93 | 51 | 19 | 0 | 2D | 53 | 2A | 1C | 47 | 22 |
| Octal | 223 | 121 | 31 | 0 | 55 | 123 | 52 | 34 | 107 | 42 |
| Binary | 10010011 | 1010001 | 11001 | 0 | 101101 | 1010011 | 101010 | 11100 | 1000111 | 100010 |
Color Harmonies of #935119
Complementary color
Monochromatic Colors of #935119
Black with #935119
Text Example
Text Example
White with #935119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935119; }
p { color: rgb(147,81,25); }
H1.HeaderClassName
{
color: #935119;
}
.AnyTagClassName
{
color: #935119;
}
</style>
background-color css
<style>
a { background-color: #935119; }
a { background-color: rgb(147,81,25); }
div.DivClassName
{
background-color: #935119;
}
.BgClassName
{
background-color: #935119;
}
</style>
border-color css
<style>
span { border-color: #935119; }
span { border-color: rgb(147,81,25); }
td.TdClassName
{
border-color: #935119;
}
.TagClassName
{
border-color: #935119;
}
</style>