Shades of Saddle Brown #93410B
Tints of Saddle Brown #93410B
RGB
CMYK
RGB Variations
Color information
#93410B (or 0x93410B) is known color: Saddle Brown. HEX triplet: 93, 41 and 0B. RGB value is (147,65,11). Sum of RGB (Red+Green+Blue) = 147+65+11=223 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.92% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 147 - color contains mainly: red. Hex color #93410B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93410B is #6CBEF4. Grayscale: #535353. Windows color (decimal): -7126773 or 737683. OLE color: 737683.
HSL color Cylindrical-coordinate representation of color #93410B: hue angle of 23.82º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93410B is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 65 | 11 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.42 |
| HSL | 23.82º | 0.86% | 0.31% | - |
| HSV(B) | 23.82º | 0.93% | 0.58% | - |
| XYZ | 13.98 | 10.01 | 1.51 | - |
| YUV | 83.36 | 87.17 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 11 | 0 | 0.56 | 0.93 | 0.42 | 23.82 | 0.86 | 0.31 |
| Hex | 93 | 41 | B | 0 | 38 | 5D | 2A | 18 | 56 | 1F |
| Octal | 223 | 101 | 13 | 0 | 70 | 135 | 52 | 30 | 126 | 37 |
| Binary | 10010011 | 1000001 | 1011 | 0 | 111000 | 1011101 | 101010 | 11000 | 1010110 | 11111 |
Color Harmonies of #93410B
Complementary color
Monochromatic Colors of #93410B
Black with #93410B
Text Example
Text Example
White with #93410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93410B; }
p { color: rgb(147,65,11); }
H1.HeaderClassName
{
color: #93410B;
}
.AnyTagClassName
{
color: #93410B;
}
</style>
background-color css
<style>
a { background-color: #93410B; }
a { background-color: rgb(147,65,11); }
div.DivClassName
{
background-color: #93410B;
}
.BgClassName
{
background-color: #93410B;
}
</style>
border-color css
<style>
span { border-color: #93410B; }
span { border-color: rgb(147,65,11); }
td.TdClassName
{
border-color: #93410B;
}
.TagClassName
{
border-color: #93410B;
}
</style>