Shades of Saddle Brown #93410D
Tints of Saddle Brown #93410D
RGB
CMYK
RGB Variations
Color information
#93410D (or 0x93410D) is known color: Saddle Brown. HEX triplet: 93, 41 and 0D. RGB value is (147,65,13). Sum of RGB (Red+Green+Blue) = 147+65+13=225 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.33% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 147 - color contains mainly: red. Hex color #93410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93410D is #6CBEF2. Grayscale: #535353. Windows color (decimal): -7126771 or 868755. OLE color: 868755.
HSL color Cylindrical-coordinate representation of color #93410D: hue angle of 23.28º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93410D is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 65 | 13 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.42 |
| HSL | 23.28º | 0.84% | 0.31% | - |
| HSV(B) | 23.28º | 0.91% | 0.58% | - |
| XYZ | 14 | 10.01 | 1.58 | - |
| YUV | 83.59 | 88.17 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 13 | 0 | 0.56 | 0.91 | 0.42 | 23.28 | 0.84 | 0.31 |
| Hex | 93 | 41 | D | 0 | 38 | 5B | 2A | 17 | 54 | 1F |
| Octal | 223 | 101 | 15 | 0 | 70 | 133 | 52 | 27 | 124 | 37 |
| Binary | 10010011 | 1000001 | 1101 | 0 | 111000 | 1011011 | 101010 | 10111 | 1010100 | 11111 |
Color Harmonies of #93410D
Complementary color
Monochromatic Colors of #93410D
Black with #93410D
Text Example
Text Example
White with #93410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93410D; }
p { color: rgb(147,65,13); }
H1.HeaderClassName
{
color: #93410D;
}
.AnyTagClassName
{
color: #93410D;
}
</style>
background-color css
<style>
a { background-color: #93410D; }
a { background-color: rgb(147,65,13); }
div.DivClassName
{
background-color: #93410D;
}
.BgClassName
{
background-color: #93410D;
}
</style>
border-color css
<style>
span { border-color: #93410D; }
span { border-color: rgb(147,65,13); }
td.TdClassName
{
border-color: #93410D;
}
.TagClassName
{
border-color: #93410D;
}
</style>