Shades of Saddle Brown #93471D
Tints of Saddle Brown #93471D
RGB
CMYK
RGB Variations
Color information
#93471D (or 0x93471D) is known color: Saddle Brown. HEX triplet: 93, 47 and 1D. RGB value is (147,71,29). Sum of RGB (Red+Green+Blue) = 147+71+29=247 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.51% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 147 - color contains mainly: red. Hex color #93471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93471D is #6CB8E2. Grayscale: #595959. Windows color (decimal): -7125219 or 1918867. OLE color: 1918867.
HSL color Cylindrical-coordinate representation of color #93471D: hue angle of 21.36º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93471D is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 71 | 29 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.42 |
| HSL | 21.36º | 0.67% | 0.35% | - |
| HSV(B) | 21.36º | 0.8% | 0.58% | - |
| XYZ | 14.51 | 10.8 | 2.48 | - |
| YUV | 88.94 | 94.18 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 29 | 0 | 0.52 | 0.80 | 0.42 | 21.36 | 0.67 | 0.35 |
| Hex | 93 | 47 | 1D | 0 | 34 | 50 | 2A | 15 | 43 | 23 |
| Octal | 223 | 107 | 35 | 0 | 64 | 120 | 52 | 25 | 103 | 43 |
| Binary | 10010011 | 1000111 | 11101 | 0 | 110100 | 1010000 | 101010 | 10101 | 1000011 | 100011 |
Color Harmonies of #93471D
Complementary color
Monochromatic Colors of #93471D
Black with #93471D
Text Example
Text Example
White with #93471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93471D; }
p { color: rgb(147,71,29); }
H1.HeaderClassName
{
color: #93471D;
}
.AnyTagClassName
{
color: #93471D;
}
</style>
background-color css
<style>
a { background-color: #93471D; }
a { background-color: rgb(147,71,29); }
div.DivClassName
{
background-color: #93471D;
}
.BgClassName
{
background-color: #93471D;
}
</style>
border-color css
<style>
span { border-color: #93471D; }
span { border-color: rgb(147,71,29); }
td.TdClassName
{
border-color: #93471D;
}
.TagClassName
{
border-color: #93471D;
}
</style>