Shades of Saddle Brown #93500B
Tints of Saddle Brown #93500B
RGB
CMYK
RGB Variations
Color information
#93500B (or 0x93500B) is known color: Saddle Brown. HEX triplet: 93, 50 and 0B. RGB value is (147,80,11). Sum of RGB (Red+Green+Blue) = 147+80+11=238 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.76% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 147 - color contains mainly: red. Hex color #93500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93500B is #6CAFF4. Grayscale: #5C5C5C. Windows color (decimal): -7122933 or 741523. OLE color: 741523.
HSL color Cylindrical-coordinate representation of color #93500B: hue angle of 30.44º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93500B is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 11 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.42 |
| HSL | 30.44º | 0.86% | 0.31% | - |
| HSV(B) | 30.44º | 0.93% | 0.58% | - |
| XYZ | 14.96 | 11.96 | 1.84 | - |
| YUV | 92.17 | 82.2 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 11 | 0 | 0.46 | 0.93 | 0.42 | 30.44 | 0.86 | 0.31 |
| Hex | 93 | 50 | B | 0 | 2E | 5D | 2A | 1E | 56 | 1F |
| Octal | 223 | 120 | 13 | 0 | 56 | 135 | 52 | 36 | 126 | 37 |
| Binary | 10010011 | 1010000 | 1011 | 0 | 101110 | 1011101 | 101010 | 11110 | 1010110 | 11111 |
Color Harmonies of #93500B
Complementary color
Monochromatic Colors of #93500B
Black with #93500B
Text Example
Text Example
White with #93500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93500B; }
p { color: rgb(147,80,11); }
H1.HeaderClassName
{
color: #93500B;
}
.AnyTagClassName
{
color: #93500B;
}
</style>
background-color css
<style>
a { background-color: #93500B; }
a { background-color: rgb(147,80,11); }
div.DivClassName
{
background-color: #93500B;
}
.BgClassName
{
background-color: #93500B;
}
</style>
border-color css
<style>
span { border-color: #93500B; }
span { border-color: rgb(147,80,11); }
td.TdClassName
{
border-color: #93500B;
}
.TagClassName
{
border-color: #93500B;
}
</style>