Shades of Saddle Brown #93471E
Tints of Saddle Brown #93471E
RGB
CMYK
RGB Variations
Color information
#93471E (or 0x93471E) is known color: Saddle Brown. HEX triplet: 93, 47 and 1E. RGB value is (147,71,30). Sum of RGB (Red+Green+Blue) = 147+71+30=248 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.27% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 147 - color contains mainly: red. Hex color #93471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93471E is #6CB8E1. Grayscale: #595959. Windows color (decimal): -7125218 or 1984403. OLE color: 1984403.
HSL color Cylindrical-coordinate representation of color #93471E: hue angle of 21.03º degrees, saturation: 0.66, 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 #93471E is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 71 | 30 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.42 |
| HSL | 21.03º | 0.66% | 0.35% | - |
| HSV(B) | 21.03º | 0.8% | 0.58% | - |
| XYZ | 14.52 | 10.8 | 2.55 | - |
| YUV | 89.05 | 94.68 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 30 | 0 | 0.52 | 0.80 | 0.42 | 21.03 | 0.66 | 0.35 |
| Hex | 93 | 47 | 1E | 0 | 34 | 50 | 2A | 15 | 42 | 23 |
| Octal | 223 | 107 | 36 | 0 | 64 | 120 | 52 | 25 | 102 | 43 |
| Binary | 10010011 | 1000111 | 11110 | 0 | 110100 | 1010000 | 101010 | 10101 | 1000010 | 100011 |
Color Harmonies of #93471E
Complementary color
Monochromatic Colors of #93471E
Black with #93471E
Text Example
Text Example
White with #93471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93471E; }
p { color: rgb(147,71,30); }
H1.HeaderClassName
{
color: #93471E;
}
.AnyTagClassName
{
color: #93471E;
}
</style>
background-color css
<style>
a { background-color: #93471E; }
a { background-color: rgb(147,71,30); }
div.DivClassName
{
background-color: #93471E;
}
.BgClassName
{
background-color: #93471E;
}
</style>
border-color css
<style>
span { border-color: #93471E; }
span { border-color: rgb(147,71,30); }
td.TdClassName
{
border-color: #93471E;
}
.TagClassName
{
border-color: #93471E;
}
</style>