Shades of Saddle Brown #93500C
Tints of Saddle Brown #93500C
RGB
CMYK
RGB Variations
Color information
#93500C (or 0x93500C) is known color: Saddle Brown. HEX triplet: 93, 50 and 0C. RGB value is (147,80,12). Sum of RGB (Red+Green+Blue) = 147+80+12=239 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.51% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 147 - color contains mainly: red. Hex color #93500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93500C is #6CAFF3. Grayscale: #5C5C5C. Windows color (decimal): -7122932 or 807059. OLE color: 807059.
HSL color Cylindrical-coordinate representation of color #93500C: hue angle of 30.22º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93500C is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 12 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.42 |
| HSL | 30.22º | 0.85% | 0.31% | - |
| HSV(B) | 30.22º | 0.92% | 0.58% | - |
| XYZ | 14.97 | 11.97 | 1.87 | - |
| YUV | 92.28 | 82.7 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 12 | 0 | 0.46 | 0.92 | 0.42 | 30.22 | 0.85 | 0.31 |
| Hex | 93 | 50 | C | 0 | 2E | 5C | 2A | 1E | 55 | 1F |
| Octal | 223 | 120 | 14 | 0 | 56 | 134 | 52 | 36 | 125 | 37 |
| Binary | 10010011 | 1010000 | 1100 | 0 | 101110 | 1011100 | 101010 | 11110 | 1010101 | 11111 |
Color Harmonies of #93500C
Complementary color
Monochromatic Colors of #93500C
Black with #93500C
Text Example
Text Example
White with #93500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93500C; }
p { color: rgb(147,80,12); }
H1.HeaderClassName
{
color: #93500C;
}
.AnyTagClassName
{
color: #93500C;
}
</style>
background-color css
<style>
a { background-color: #93500C; }
a { background-color: rgb(147,80,12); }
div.DivClassName
{
background-color: #93500C;
}
.BgClassName
{
background-color: #93500C;
}
</style>
border-color css
<style>
span { border-color: #93500C; }
span { border-color: rgb(147,80,12); }
td.TdClassName
{
border-color: #93500C;
}
.TagClassName
{
border-color: #93500C;
}
</style>