Shades of Saddle Brown #93440B
Tints of Saddle Brown #93440B
RGB
CMYK
RGB Variations
Color information
#93440B (or 0x93440B) is known color: Saddle Brown. HEX triplet: 93, 44 and 0B. RGB value is (147,68,11). Sum of RGB (Red+Green+Blue) = 147+68+11=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #93440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93440B is #6CBBF4. Grayscale: #555555. Windows color (decimal): -7126005 or 738451. OLE color: 738451.
HSL color Cylindrical-coordinate representation of color #93440B: hue angle of 25.15º 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 #93440B is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 68 | 11 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.42 |
| HSL | 25.15º | 0.86% | 0.31% | - |
| HSV(B) | 25.15º | 0.93% | 0.58% | - |
| XYZ | 14.16 | 10.36 | 1.57 | - |
| YUV | 85.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 11 | 0 | 0.54 | 0.93 | 0.42 | 25.15 | 0.86 | 0.31 |
| Hex | 93 | 44 | B | 0 | 36 | 5D | 2A | 19 | 56 | 1F |
| Octal | 223 | 104 | 13 | 0 | 66 | 135 | 52 | 31 | 126 | 37 |
| Binary | 10010011 | 1000100 | 1011 | 0 | 110110 | 1011101 | 101010 | 11001 | 1010110 | 11111 |
Color Harmonies of #93440B
Complementary color
Monochromatic Colors of #93440B
Black with #93440B
Text Example
Text Example
White with #93440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93440B; }
p { color: rgb(147,68,11); }
H1.HeaderClassName
{
color: #93440B;
}
.AnyTagClassName
{
color: #93440B;
}
</style>
background-color css
<style>
a { background-color: #93440B; }
a { background-color: rgb(147,68,11); }
div.DivClassName
{
background-color: #93440B;
}
.BgClassName
{
background-color: #93440B;
}
</style>
border-color css
<style>
span { border-color: #93440B; }
span { border-color: rgb(147,68,11); }
td.TdClassName
{
border-color: #93440B;
}
.TagClassName
{
border-color: #93440B;
}
</style>