Shades of Burnt Umber #943112
Tints of Burnt Umber #943112
RGB
CMYK
RGB Variations
Color information
#943112 (or 0x943112) is known color: Burnt Umber. HEX triplet: 94, 31 and 12. RGB value is (148,49,18). Sum of RGB (Red+Green+Blue) = 148+49+18=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #943112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943112 is #6BCEED. Grayscale: #4B4B4B. Windows color (decimal): -7065326 or 1192340. OLE color: 1192340.
HSL color Cylindrical-coordinate representation of color #943112: hue angle of 14.31º 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 #943112 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 49 | 18 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.42 |
| HSL | 14.31º | 0.78% | 0.33% | - |
| HSV(B) | 14.31º | 0.88% | 0.58% | - |
| XYZ | 13.42 | 8.54 | 1.51 | - |
| YUV | 75.07 | 95.8 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 49 | 18 | 0 | 0.67 | 0.88 | 0.42 | 14.31 | 0.78 | 0.33 |
| Hex | 94 | 31 | 12 | 0 | 43 | 58 | 2A | E | 4E | 21 |
| Octal | 224 | 61 | 22 | 0 | 103 | 130 | 52 | 16 | 116 | 41 |
| Binary | 10010100 | 110001 | 10010 | 0 | 1000011 | 1011000 | 101010 | 1110 | 1001110 | 100001 |
Color Harmonies of #943112
Complementary color
Monochromatic Colors of #943112
Black with #943112
Text Example
Text Example
White with #943112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943112; }
p { color: rgb(148,49,18); }
H1.HeaderClassName
{
color: #943112;
}
.AnyTagClassName
{
color: #943112;
}
</style>
background-color css
<style>
a { background-color: #943112; }
a { background-color: rgb(148,49,18); }
div.DivClassName
{
background-color: #943112;
}
.BgClassName
{
background-color: #943112;
}
</style>
border-color css
<style>
span { border-color: #943112; }
span { border-color: rgb(148,49,18); }
td.TdClassName
{
border-color: #943112;
}
.TagClassName
{
border-color: #943112;
}
</style>