Shades of Saddle Brown #93530E
Tints of Saddle Brown #93530E
RGB
CMYK
RGB Variations
Color information
#93530E (or 0x93530E) is known color: Saddle Brown. HEX triplet: 93, 53 and 0E. RGB value is (147,83,14). Sum of RGB (Red+Green+Blue) = 147+83+14=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #93530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93530E is #6CACF1. Grayscale: #5E5E5E. Windows color (decimal): -7122162 or 938899. OLE color: 938899.
HSL color Cylindrical-coordinate representation of color #93530E: hue angle of 31.13º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93530E is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 14 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.42 |
| HSL | 31.13º | 0.83% | 0.32% | - |
| HSV(B) | 31.13º | 0.9% | 0.58% | - |
| XYZ | 15.21 | 12.42 | 2.01 | - |
| YUV | 94.27 | 82.7 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 14 | 0 | 0.44 | 0.90 | 0.42 | 31.13 | 0.83 | 0.32 |
| Hex | 93 | 53 | E | 0 | 2C | 5A | 2A | 1F | 53 | 20 |
| Octal | 223 | 123 | 16 | 0 | 54 | 132 | 52 | 37 | 123 | 40 |
| Binary | 10010011 | 1010011 | 1110 | 0 | 101100 | 1011010 | 101010 | 11111 | 1010011 | 100000 |
Color Harmonies of #93530E
Complementary color
Monochromatic Colors of #93530E
Black with #93530E
Text Example
Text Example
White with #93530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93530E; }
p { color: rgb(147,83,14); }
H1.HeaderClassName
{
color: #93530E;
}
.AnyTagClassName
{
color: #93530E;
}
</style>
background-color css
<style>
a { background-color: #93530E; }
a { background-color: rgb(147,83,14); }
div.DivClassName
{
background-color: #93530E;
}
.BgClassName
{
background-color: #93530E;
}
</style>
border-color css
<style>
span { border-color: #93530E; }
span { border-color: rgb(147,83,14); }
td.TdClassName
{
border-color: #93530E;
}
.TagClassName
{
border-color: #93530E;
}
</style>