Shades of Saddle Brown #93530A
Tints of Saddle Brown #93530A
RGB
CMYK
RGB Variations
Color information
#93530A (or 0x93530A) is known color: Saddle Brown. HEX triplet: 93, 53 and 0A. RGB value is (147,83,10). Sum of RGB (Red+Green+Blue) = 147+83+10=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #93530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93530A is #6CACF5. Grayscale: #5E5E5E. Windows color (decimal): -7122166 or 676755. OLE color: 676755.
HSL color Cylindrical-coordinate representation of color #93530A: hue angle of 31.97º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93530A is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 10 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.42 |
| HSL | 31.97º | 0.87% | 0.31% | - |
| HSV(B) | 31.97º | 0.93% | 0.58% | - |
| XYZ | 15.18 | 12.41 | 1.88 | - |
| YUV | 93.81 | 80.7 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 10 | 0 | 0.44 | 0.93 | 0.42 | 31.97 | 0.87 | 0.31 |
| Hex | 93 | 53 | A | 0 | 2C | 5D | 2A | 20 | 57 | 1F |
| Octal | 223 | 123 | 12 | 0 | 54 | 135 | 52 | 40 | 127 | 37 |
| Binary | 10010011 | 1010011 | 1010 | 0 | 101100 | 1011101 | 101010 | 100000 | 1010111 | 11111 |
Color Harmonies of #93530A
Complementary color
Monochromatic Colors of #93530A
Black with #93530A
Text Example
Text Example
White with #93530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93530A; }
p { color: rgb(147,83,10); }
H1.HeaderClassName
{
color: #93530A;
}
.AnyTagClassName
{
color: #93530A;
}
</style>
background-color css
<style>
a { background-color: #93530A; }
a { background-color: rgb(147,83,10); }
div.DivClassName
{
background-color: #93530A;
}
.BgClassName
{
background-color: #93530A;
}
</style>
border-color css
<style>
span { border-color: #93530A; }
span { border-color: rgb(147,83,10); }
td.TdClassName
{
border-color: #93530A;
}
.TagClassName
{
border-color: #93530A;
}
</style>