Shades of Saddle Brown #933B11
Tints of Saddle Brown #933B11
RGB
CMYK
RGB Variations
Color information
#933B11 (or 0x933B11) is known color: Saddle Brown. HEX triplet: 93, 3B and 11. RGB value is (147,59,17). Sum of RGB (Red+Green+Blue) = 147+59+17=223 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.92% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 147 - color contains mainly: red. Hex color #933B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933B11 is #6CC4EE. Grayscale: #505050. Windows color (decimal): -7128303 or 1129363. OLE color: 1129363.
HSL color Cylindrical-coordinate representation of color #933B11: hue angle of 19.38º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #933B11 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 59 | 17 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.42 |
| HSL | 19.38º | 0.79% | 0.32% | - |
| HSV(B) | 19.38º | 0.88% | 0.58% | - |
| XYZ | 13.7 | 9.37 | 1.62 | - |
| YUV | 80.52 | 92.15 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 59 | 17 | 0 | 0.60 | 0.88 | 0.42 | 19.38 | 0.79 | 0.32 |
| Hex | 93 | 3B | 11 | 0 | 3C | 58 | 2A | 13 | 4F | 20 |
| Octal | 223 | 73 | 21 | 0 | 74 | 130 | 52 | 23 | 117 | 40 |
| Binary | 10010011 | 111011 | 10001 | 0 | 111100 | 1011000 | 101010 | 10011 | 1001111 | 100000 |
Color Harmonies of #933B11
Complementary color
Monochromatic Colors of #933B11
Black with #933B11
Text Example
Text Example
White with #933B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933B11; }
p { color: rgb(147,59,17); }
H1.HeaderClassName
{
color: #933B11;
}
.AnyTagClassName
{
color: #933B11;
}
</style>
background-color css
<style>
a { background-color: #933B11; }
a { background-color: rgb(147,59,17); }
div.DivClassName
{
background-color: #933B11;
}
.BgClassName
{
background-color: #933B11;
}
</style>
border-color css
<style>
span { border-color: #933B11; }
span { border-color: rgb(147,59,17); }
td.TdClassName
{
border-color: #933B11;
}
.TagClassName
{
border-color: #933B11;
}
</style>