Shades of Saddle Brown #93340C
Tints of Saddle Brown #93340C
RGB
CMYK
RGB Variations
Color information
#93340C (or 0x93340C) is known color: Saddle Brown. HEX triplet: 93, 34 and 0C. RGB value is (147,52,12). Sum of RGB (Red+Green+Blue) = 147+52+12=211 (27% of max value = 765). Red value is 147 (57.81% from 255 or 69.67% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 147 - color contains mainly: red. Hex color #93340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93340C is #6CCBF3. Grayscale: #4C4C4C. Windows color (decimal): -7130100 or 799891. OLE color: 799891.
HSL color Cylindrical-coordinate representation of color #93340C: hue angle of 17.78º 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 #93340C is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 52 | 12 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.42 |
| HSL | 17.78º | 0.85% | 0.31% | - |
| HSV(B) | 17.78º | 0.92% | 0.58% | - |
| XYZ | 13.33 | 8.69 | 1.32 | - |
| YUV | 75.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 52 | 12 | 0 | 0.65 | 0.92 | 0.42 | 17.78 | 0.85 | 0.31 |
| Hex | 93 | 34 | C | 0 | 41 | 5C | 2A | 12 | 55 | 1F |
| Octal | 223 | 64 | 14 | 0 | 101 | 134 | 52 | 22 | 125 | 37 |
| Binary | 10010011 | 110100 | 1100 | 0 | 1000001 | 1011100 | 101010 | 10010 | 1010101 | 11111 |
Color Harmonies of #93340C
Complementary color
Monochromatic Colors of #93340C
Black with #93340C
Text Example
Text Example
White with #93340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93340C; }
p { color: rgb(147,52,12); }
H1.HeaderClassName
{
color: #93340C;
}
.AnyTagClassName
{
color: #93340C;
}
</style>
background-color css
<style>
a { background-color: #93340C; }
a { background-color: rgb(147,52,12); }
div.DivClassName
{
background-color: #93340C;
}
.BgClassName
{
background-color: #93340C;
}
</style>
border-color css
<style>
span { border-color: #93340C; }
span { border-color: rgb(147,52,12); }
td.TdClassName
{
border-color: #93340C;
}
.TagClassName
{
border-color: #93340C;
}
</style>