Shades of Saddle Brown #93350A
Tints of Saddle Brown #93350A
RGB
CMYK
RGB Variations
Color information
#93350A (or 0x93350A) is known color: Saddle Brown. HEX triplet: 93, 35 and 0A. RGB value is (147,53,10). Sum of RGB (Red+Green+Blue) = 147+53+10=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93350A is #6CCAF5. Grayscale: #4C4C4C. Windows color (decimal): -7129846 or 669075. OLE color: 669075.
HSL color Cylindrical-coordinate representation of color #93350A: hue angle of 18.83º 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 #93350A is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 53 | 10 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.42 |
| HSL | 18.83º | 0.87% | 0.31% | - |
| HSV(B) | 18.83º | 0.93% | 0.58% | - |
| XYZ | 13.36 | 8.77 | 1.28 | - |
| YUV | 76.2 | 90.64 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 53 | 10 | 0 | 0.64 | 0.93 | 0.42 | 18.83 | 0.87 | 0.31 |
| Hex | 93 | 35 | A | 0 | 40 | 5D | 2A | 13 | 57 | 1F |
| Octal | 223 | 65 | 12 | 0 | 100 | 135 | 52 | 23 | 127 | 37 |
| Binary | 10010011 | 110101 | 1010 | 0 | 1000000 | 1011101 | 101010 | 10011 | 1010111 | 11111 |
Color Harmonies of #93350A
Complementary color
Monochromatic Colors of #93350A
Black with #93350A
Text Example
Text Example
White with #93350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93350A; }
p { color: rgb(147,53,10); }
H1.HeaderClassName
{
color: #93350A;
}
.AnyTagClassName
{
color: #93350A;
}
</style>
background-color css
<style>
a { background-color: #93350A; }
a { background-color: rgb(147,53,10); }
div.DivClassName
{
background-color: #93350A;
}
.BgClassName
{
background-color: #93350A;
}
</style>
border-color css
<style>
span { border-color: #93350A; }
span { border-color: rgb(147,53,10); }
td.TdClassName
{
border-color: #93350A;
}
.TagClassName
{
border-color: #93350A;
}
</style>