Shades of Saddle Brown #93410E
Tints of Saddle Brown #93410E
RGB
CMYK
RGB Variations
Color information
#93410E (or 0x93410E) is known color: Saddle Brown. HEX triplet: 93, 41 and 0E. RGB value is (147,65,14). Sum of RGB (Red+Green+Blue) = 147+65+14=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #93410E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93410E is #6CBEF1. Grayscale: #535353. Windows color (decimal): -7126770 or 934291. OLE color: 934291.
HSL color Cylindrical-coordinate representation of color #93410E: hue angle of 23.01º 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 #93410E is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 65 | 14 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.42 |
| HSL | 23.01º | 0.83% | 0.32% | - |
| HSV(B) | 23.01º | 0.9% | 0.58% | - |
| XYZ | 14 | 10.02 | 1.61 | - |
| YUV | 83.7 | 88.67 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 14 | 0 | 0.56 | 0.90 | 0.42 | 23.01 | 0.83 | 0.32 |
| Hex | 93 | 41 | E | 0 | 38 | 5A | 2A | 17 | 53 | 20 |
| Octal | 223 | 101 | 16 | 0 | 70 | 132 | 52 | 27 | 123 | 40 |
| Binary | 10010011 | 1000001 | 1110 | 0 | 111000 | 1011010 | 101010 | 10111 | 1010011 | 100000 |
Color Harmonies of #93410E
Complementary color
Monochromatic Colors of #93410E
Black with #93410E
Text Example
Text Example
White with #93410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93410E; }
p { color: rgb(147,65,14); }
H1.HeaderClassName
{
color: #93410E;
}
.AnyTagClassName
{
color: #93410E;
}
</style>
background-color css
<style>
a { background-color: #93410E; }
a { background-color: rgb(147,65,14); }
div.DivClassName
{
background-color: #93410E;
}
.BgClassName
{
background-color: #93410E;
}
</style>
border-color css
<style>
span { border-color: #93410E; }
span { border-color: rgb(147,65,14); }
td.TdClassName
{
border-color: #93410E;
}
.TagClassName
{
border-color: #93410E;
}
</style>