Shades of Saddle Brown #93500D
Tints of Saddle Brown #93500D
RGB
CMYK
RGB Variations
Color information
#93500D (or 0x93500D) is known color: Saddle Brown. HEX triplet: 93, 50 and 0D. RGB value is (147,80,13). Sum of RGB (Red+Green+Blue) = 147+80+13=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #93500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93500D is #6CAFF2. Grayscale: #5C5C5C. Windows color (decimal): -7122931 or 872595. OLE color: 872595.
HSL color Cylindrical-coordinate representation of color #93500D: hue angle of 30º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93500D is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 13 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.42 |
| HSL | 30º | 0.84% | 0.31% | - |
| HSV(B) | 30º | 0.91% | 0.58% | - |
| XYZ | 14.97 | 11.97 | 1.9 | - |
| YUV | 92.4 | 83.2 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 13 | 0 | 0.46 | 0.91 | 0.42 | 30 | 0.84 | 0.31 |
| Hex | 93 | 50 | D | 0 | 2E | 5B | 2A | 1E | 54 | 1F |
| Octal | 223 | 120 | 15 | 0 | 56 | 133 | 52 | 36 | 124 | 37 |
| Binary | 10010011 | 1010000 | 1101 | 0 | 101110 | 1011011 | 101010 | 11110 | 1010100 | 11111 |
Color Harmonies of #93500D
Complementary color
Monochromatic Colors of #93500D
Black with #93500D
Text Example
Text Example
White with #93500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93500D; }
p { color: rgb(147,80,13); }
H1.HeaderClassName
{
color: #93500D;
}
.AnyTagClassName
{
color: #93500D;
}
</style>
background-color css
<style>
a { background-color: #93500D; }
a { background-color: rgb(147,80,13); }
div.DivClassName
{
background-color: #93500D;
}
.BgClassName
{
background-color: #93500D;
}
</style>
border-color css
<style>
span { border-color: #93500D; }
span { border-color: rgb(147,80,13); }
td.TdClassName
{
border-color: #93500D;
}
.TagClassName
{
border-color: #93500D;
}
</style>