Shades of Saddle Brown #93460D
Tints of Saddle Brown #93460D
RGB
CMYK
RGB Variations
Color information
#93460D (or 0x93460D) is known color: Saddle Brown. HEX triplet: 93, 46 and 0D. RGB value is (147,70,13). Sum of RGB (Red+Green+Blue) = 147+70+13=230 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.91% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 147 - color contains mainly: red. Hex color #93460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93460D is #6CB9F2. Grayscale: #565656. Windows color (decimal): -7125491 or 870035. OLE color: 870035.
HSL color Cylindrical-coordinate representation of color #93460D: hue angle of 25.52º 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 #93460D is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 70 | 13 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.42 |
| HSL | 25.52º | 0.84% | 0.31% | - |
| HSV(B) | 25.52º | 0.91% | 0.58% | - |
| XYZ | 14.3 | 10.61 | 1.68 | - |
| YUV | 86.53 | 86.51 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 70 | 13 | 0 | 0.52 | 0.91 | 0.42 | 25.52 | 0.84 | 0.31 |
| Hex | 93 | 46 | D | 0 | 34 | 5B | 2A | 1A | 54 | 1F |
| Octal | 223 | 106 | 15 | 0 | 64 | 133 | 52 | 32 | 124 | 37 |
| Binary | 10010011 | 1000110 | 1101 | 0 | 110100 | 1011011 | 101010 | 11010 | 1010100 | 11111 |
Color Harmonies of #93460D
Complementary color
Monochromatic Colors of #93460D
Black with #93460D
Text Example
Text Example
White with #93460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93460D; }
p { color: rgb(147,70,13); }
H1.HeaderClassName
{
color: #93460D;
}
.AnyTagClassName
{
color: #93460D;
}
</style>
background-color css
<style>
a { background-color: #93460D; }
a { background-color: rgb(147,70,13); }
div.DivClassName
{
background-color: #93460D;
}
.BgClassName
{
background-color: #93460D;
}
</style>
border-color css
<style>
span { border-color: #93460D; }
span { border-color: rgb(147,70,13); }
td.TdClassName
{
border-color: #93460D;
}
.TagClassName
{
border-color: #93460D;
}
</style>