Shades of Saddle Brown #93490E
Tints of Saddle Brown #93490E
RGB
CMYK
RGB Variations
Color information
#93490E (or 0x93490E) is known color: Saddle Brown. HEX triplet: 93, 49 and 0E. RGB value is (147,73,14). Sum of RGB (Red+Green+Blue) = 147+73+14=234 (30% of max value = 765). Red value is 147 (57.81% from 255 or 62.82% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 147 - color contains mainly: red. Hex color #93490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93490E is #6CB6F1. Grayscale: #585858. Windows color (decimal): -7124722 or 936339. OLE color: 936339.
HSL color Cylindrical-coordinate representation of color #93490E: hue angle of 26.62º 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 #93490E is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 73 | 14 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.42 |
| HSL | 26.62º | 0.83% | 0.32% | - |
| HSV(B) | 26.62º | 0.9% | 0.58% | - |
| XYZ | 14.49 | 11 | 1.77 | - |
| YUV | 88.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 14 | 0 | 0.50 | 0.90 | 0.42 | 26.62 | 0.83 | 0.32 |
| Hex | 93 | 49 | E | 0 | 32 | 5A | 2A | 1B | 53 | 20 |
| Octal | 223 | 111 | 16 | 0 | 62 | 132 | 52 | 33 | 123 | 40 |
| Binary | 10010011 | 1001001 | 1110 | 0 | 110010 | 1011010 | 101010 | 11011 | 1010011 | 100000 |
Color Harmonies of #93490E
Complementary color
Monochromatic Colors of #93490E
Black with #93490E
Text Example
Text Example
White with #93490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93490E; }
p { color: rgb(147,73,14); }
H1.HeaderClassName
{
color: #93490E;
}
.AnyTagClassName
{
color: #93490E;
}
</style>
background-color css
<style>
a { background-color: #93490E; }
a { background-color: rgb(147,73,14); }
div.DivClassName
{
background-color: #93490E;
}
.BgClassName
{
background-color: #93490E;
}
</style>
border-color css
<style>
span { border-color: #93490E; }
span { border-color: rgb(147,73,14); }
td.TdClassName
{
border-color: #93490E;
}
.TagClassName
{
border-color: #93490E;
}
</style>