Shades of Saddle Brown #93540C
Tints of Saddle Brown #93540C
RGB
CMYK
RGB Variations
Color information
#93540C (or 0x93540C) is known color: Saddle Brown. HEX triplet: 93, 54 and 0C. RGB value is (147,84,12). Sum of RGB (Red+Green+Blue) = 147+84+12=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #93540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93540C is #6CABF3. Grayscale: #5E5E5E. Windows color (decimal): -7121908 or 808083. OLE color: 808083.
HSL color Cylindrical-coordinate representation of color #93540C: hue angle of 32º 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 #93540C is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 84 | 12 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.42 |
| HSL | 32º | 0.85% | 0.31% | - |
| HSV(B) | 32º | 0.92% | 0.58% | - |
| XYZ | 15.27 | 12.57 | 1.97 | - |
| YUV | 94.63 | 81.37 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 84 | 12 | 0 | 0.43 | 0.92 | 0.42 | 32 | 0.85 | 0.31 |
| Hex | 93 | 54 | C | 0 | 2B | 5C | 2A | 20 | 55 | 1F |
| Octal | 223 | 124 | 14 | 0 | 53 | 134 | 52 | 40 | 125 | 37 |
| Binary | 10010011 | 1010100 | 1100 | 0 | 101011 | 1011100 | 101010 | 100000 | 1010101 | 11111 |
Color Harmonies of #93540C
Complementary color
Monochromatic Colors of #93540C
Black with #93540C
Text Example
Text Example
White with #93540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93540C; }
p { color: rgb(147,84,12); }
H1.HeaderClassName
{
color: #93540C;
}
.AnyTagClassName
{
color: #93540C;
}
</style>
background-color css
<style>
a { background-color: #93540C; }
a { background-color: rgb(147,84,12); }
div.DivClassName
{
background-color: #93540C;
}
.BgClassName
{
background-color: #93540C;
}
</style>
border-color css
<style>
span { border-color: #93540C; }
span { border-color: rgb(147,84,12); }
td.TdClassName
{
border-color: #93540C;
}
.TagClassName
{
border-color: #93540C;
}
</style>