Shades of Burnt Umber #943412
Tints of Burnt Umber #943412
RGB
CMYK
RGB Variations
Color information
#943412 (or 0x943412) is known color: Burnt Umber. HEX triplet: 94, 34 and 12. RGB value is (148,52,18). Sum of RGB (Red+Green+Blue) = 148+52+18=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #943412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943412 is #6BCBED. Grayscale: #4D4D4D. Windows color (decimal): -7064558 or 1193108. OLE color: 1193108.
HSL color Cylindrical-coordinate representation of color #943412: hue angle of 15.69º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #943412 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 52 | 18 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.42 |
| HSL | 15.69º | 0.78% | 0.33% | - |
| HSV(B) | 15.69º | 0.88% | 0.58% | - |
| XYZ | 13.55 | 8.8 | 1.56 | - |
| YUV | 76.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 18 | 0 | 0.65 | 0.88 | 0.42 | 15.69 | 0.78 | 0.33 |
| Hex | 94 | 34 | 12 | 0 | 41 | 58 | 2A | 10 | 4E | 21 |
| Octal | 224 | 64 | 22 | 0 | 101 | 130 | 52 | 20 | 116 | 41 |
| Binary | 10010100 | 110100 | 10010 | 0 | 1000001 | 1011000 | 101010 | 10000 | 1001110 | 100001 |
Color Harmonies of #943412
Complementary color
Monochromatic Colors of #943412
Black with #943412
Text Example
Text Example
White with #943412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943412; }
p { color: rgb(148,52,18); }
H1.HeaderClassName
{
color: #943412;
}
.AnyTagClassName
{
color: #943412;
}
</style>
background-color css
<style>
a { background-color: #943412; }
a { background-color: rgb(148,52,18); }
div.DivClassName
{
background-color: #943412;
}
.BgClassName
{
background-color: #943412;
}
</style>
border-color css
<style>
span { border-color: #943412; }
span { border-color: rgb(148,52,18); }
td.TdClassName
{
border-color: #943412;
}
.TagClassName
{
border-color: #943412;
}
</style>