Shades of Saddle Brown #93390E
Tints of Saddle Brown #93390E
RGB
CMYK
RGB Variations
Color information
#93390E (or 0x93390E) is known color: Saddle Brown. HEX triplet: 93, 39 and 0E. RGB value is (147,57,14). Sum of RGB (Red+Green+Blue) = 147+57+14=218 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.43% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 147 - color contains mainly: red. Hex color #93390E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93390E is #6CC6F1. Grayscale: #4F4F4F. Windows color (decimal): -7128818 or 932243. OLE color: 932243.
HSL color Cylindrical-coordinate representation of color #93390E: hue angle of 19.4º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93390E is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 57 | 14 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.42 |
| HSL | 19.4º | 0.83% | 0.32% | - |
| HSV(B) | 19.4º | 0.9% | 0.58% | - |
| XYZ | 13.58 | 9.16 | 1.47 | - |
| YUV | 79.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 57 | 14 | 0 | 0.61 | 0.90 | 0.42 | 19.4 | 0.83 | 0.32 |
| Hex | 93 | 39 | E | 0 | 3D | 5A | 2A | 13 | 53 | 20 |
| Octal | 223 | 71 | 16 | 0 | 75 | 132 | 52 | 23 | 123 | 40 |
| Binary | 10010011 | 111001 | 1110 | 0 | 111101 | 1011010 | 101010 | 10011 | 1010011 | 100000 |
Color Harmonies of #93390E
Complementary color
Monochromatic Colors of #93390E
Black with #93390E
Text Example
Text Example
White with #93390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93390E; }
p { color: rgb(147,57,14); }
H1.HeaderClassName
{
color: #93390E;
}
.AnyTagClassName
{
color: #93390E;
}
</style>
background-color css
<style>
a { background-color: #93390E; }
a { background-color: rgb(147,57,14); }
div.DivClassName
{
background-color: #93390E;
}
.BgClassName
{
background-color: #93390E;
}
</style>
border-color css
<style>
span { border-color: #93390E; }
span { border-color: rgb(147,57,14); }
td.TdClassName
{
border-color: #93390E;
}
.TagClassName
{
border-color: #93390E;
}
</style>