Shades of Saddle Brown #93510E
Tints of Saddle Brown #93510E
RGB
CMYK
RGB Variations
Color information
#93510E (or 0x93510E) is known color: Saddle Brown. HEX triplet: 93, 51 and 0E. RGB value is (147,81,14). Sum of RGB (Red+Green+Blue) = 147+81+14=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #93510E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93510E is #6CAEF1. Grayscale: #5D5D5D. Windows color (decimal): -7122674 or 938387. OLE color: 938387.
HSL color Cylindrical-coordinate representation of color #93510E: hue angle of 30.23º 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 #93510E is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 14 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.42 |
| HSL | 30.23º | 0.83% | 0.32% | - |
| HSV(B) | 30.23º | 0.9% | 0.58% | - |
| XYZ | 15.05 | 12.12 | 1.96 | - |
| YUV | 93.1 | 83.37 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 14 | 0 | 0.45 | 0.90 | 0.42 | 30.23 | 0.83 | 0.32 |
| Hex | 93 | 51 | E | 0 | 2D | 5A | 2A | 1E | 53 | 20 |
| Octal | 223 | 121 | 16 | 0 | 55 | 132 | 52 | 36 | 123 | 40 |
| Binary | 10010011 | 1010001 | 1110 | 0 | 101101 | 1011010 | 101010 | 11110 | 1010011 | 100000 |
Color Harmonies of #93510E
Complementary color
Monochromatic Colors of #93510E
Black with #93510E
Text Example
Text Example
White with #93510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93510E; }
p { color: rgb(147,81,14); }
H1.HeaderClassName
{
color: #93510E;
}
.AnyTagClassName
{
color: #93510E;
}
</style>
background-color css
<style>
a { background-color: #93510E; }
a { background-color: rgb(147,81,14); }
div.DivClassName
{
background-color: #93510E;
}
.BgClassName
{
background-color: #93510E;
}
</style>
border-color css
<style>
span { border-color: #93510E; }
span { border-color: rgb(147,81,14); }
td.TdClassName
{
border-color: #93510E;
}
.TagClassName
{
border-color: #93510E;
}
</style>