Shades of Burnt Umber #943311
Tints of Burnt Umber #943311
RGB
CMYK
RGB Variations
Color information
#943311 (or 0x943311) is known color: Burnt Umber. HEX triplet: 94, 33 and 11. RGB value is (148,51,17). Sum of RGB (Red+Green+Blue) = 148+51+17=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #943311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943311 is #6BCCEE. Grayscale: #4C4C4C. Windows color (decimal): -7064815 or 1127316. OLE color: 1127316.
HSL color Cylindrical-coordinate representation of color #943311: hue angle of 15.57º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #943311 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 51 | 17 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.42 |
| HSL | 15.57º | 0.79% | 0.32% | - |
| HSV(B) | 15.57º | 0.89% | 0.58% | - |
| XYZ | 13.5 | 8.7 | 1.5 | - |
| YUV | 76.13 | 94.64 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 51 | 17 | 0 | 0.66 | 0.89 | 0.42 | 15.57 | 0.79 | 0.32 |
| Hex | 94 | 33 | 11 | 0 | 42 | 59 | 2A | 10 | 4F | 20 |
| Octal | 224 | 63 | 21 | 0 | 102 | 131 | 52 | 20 | 117 | 40 |
| Binary | 10010100 | 110011 | 10001 | 0 | 1000010 | 1011001 | 101010 | 10000 | 1001111 | 100000 |
Color Harmonies of #943311
Complementary color
Monochromatic Colors of #943311
Black with #943311
Text Example
Text Example
White with #943311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943311; }
p { color: rgb(148,51,17); }
H1.HeaderClassName
{
color: #943311;
}
.AnyTagClassName
{
color: #943311;
}
</style>
background-color css
<style>
a { background-color: #943311; }
a { background-color: rgb(148,51,17); }
div.DivClassName
{
background-color: #943311;
}
.BgClassName
{
background-color: #943311;
}
</style>
border-color css
<style>
span { border-color: #943311; }
span { border-color: rgb(148,51,17); }
td.TdClassName
{
border-color: #943311;
}
.TagClassName
{
border-color: #943311;
}
</style>