Shades of Saddle Brown #93470D
Tints of Saddle Brown #93470D
RGB
CMYK
RGB Variations
Color information
#93470D (or 0x93470D) is known color: Saddle Brown. HEX triplet: 93, 47 and 0D. RGB value is (147,71,13). Sum of RGB (Red+Green+Blue) = 147+71+13=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #93470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93470D is #6CB8F2. Grayscale: #575757. Windows color (decimal): -7125235 or 870291. OLE color: 870291.
HSL color Cylindrical-coordinate representation of color #93470D: hue angle of 25.97º 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 #93470D is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 71 | 13 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.42 |
| HSL | 25.97º | 0.84% | 0.31% | - |
| HSV(B) | 25.97º | 0.91% | 0.58% | - |
| XYZ | 14.36 | 10.74 | 1.7 | - |
| YUV | 87.11 | 86.18 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 13 | 0 | 0.52 | 0.91 | 0.42 | 25.97 | 0.84 | 0.31 |
| Hex | 93 | 47 | D | 0 | 34 | 5B | 2A | 1A | 54 | 1F |
| Octal | 223 | 107 | 15 | 0 | 64 | 133 | 52 | 32 | 124 | 37 |
| Binary | 10010011 | 1000111 | 1101 | 0 | 110100 | 1011011 | 101010 | 11010 | 1010100 | 11111 |
Color Harmonies of #93470D
Complementary color
Monochromatic Colors of #93470D
Black with #93470D
Text Example
Text Example
White with #93470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93470D; }
p { color: rgb(147,71,13); }
H1.HeaderClassName
{
color: #93470D;
}
.AnyTagClassName
{
color: #93470D;
}
</style>
background-color css
<style>
a { background-color: #93470D; }
a { background-color: rgb(147,71,13); }
div.DivClassName
{
background-color: #93470D;
}
.BgClassName
{
background-color: #93470D;
}
</style>
border-color css
<style>
span { border-color: #93470D; }
span { border-color: rgb(147,71,13); }
td.TdClassName
{
border-color: #93470D;
}
.TagClassName
{
border-color: #93470D;
}
</style>