Shades of Saddle Brown #93520D
Tints of Saddle Brown #93520D
RGB
CMYK
RGB Variations
Color information
#93520D (or 0x93520D) is known color: Saddle Brown. HEX triplet: 93, 52 and 0D. RGB value is (147,82,13). Sum of RGB (Red+Green+Blue) = 147+82+13=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #93520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93520D is #6CADF2. Grayscale: #5D5D5D. Windows color (decimal): -7122419 or 873107. OLE color: 873107.
HSL color Cylindrical-coordinate representation of color #93520D: hue angle of 30.9º 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 #93520D is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 82 | 13 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.42 |
| HSL | 30.9º | 0.84% | 0.31% | - |
| HSV(B) | 30.9º | 0.91% | 0.58% | - |
| XYZ | 15.12 | 12.27 | 1.95 | - |
| YUV | 93.57 | 82.53 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 13 | 0 | 0.44 | 0.91 | 0.42 | 30.9 | 0.84 | 0.31 |
| Hex | 93 | 52 | D | 0 | 2C | 5B | 2A | 1F | 54 | 1F |
| Octal | 223 | 122 | 15 | 0 | 54 | 133 | 52 | 37 | 124 | 37 |
| Binary | 10010011 | 1010010 | 1101 | 0 | 101100 | 1011011 | 101010 | 11111 | 1010100 | 11111 |
Color Harmonies of #93520D
Complementary color
Monochromatic Colors of #93520D
Black with #93520D
Text Example
Text Example
White with #93520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93520D; }
p { color: rgb(147,82,13); }
H1.HeaderClassName
{
color: #93520D;
}
.AnyTagClassName
{
color: #93520D;
}
</style>
background-color css
<style>
a { background-color: #93520D; }
a { background-color: rgb(147,82,13); }
div.DivClassName
{
background-color: #93520D;
}
.BgClassName
{
background-color: #93520D;
}
</style>
border-color css
<style>
span { border-color: #93520D; }
span { border-color: rgb(147,82,13); }
td.TdClassName
{
border-color: #93520D;
}
.TagClassName
{
border-color: #93520D;
}
</style>