Shades of Burnt Umber #942F14
Tints of Burnt Umber #942F14
RGB
CMYK
RGB Variations
Color information
#942F14 (or 0x942F14) is known color: Burnt Umber. HEX triplet: 94, 2F and 14. RGB value is (148,47,20). Sum of RGB (Red+Green+Blue) = 148+47+20=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #942F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942F14 is #6BD0EB. Grayscale: #4A4A4A. Windows color (decimal): -7065836 or 1322900. OLE color: 1322900.
HSL color Cylindrical-coordinate representation of color #942F14: hue angle of 12.66º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #942F14 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 20 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.42 |
| HSL | 12.66º | 0.76% | 0.33% | - |
| HSV(B) | 12.66º | 0.86% | 0.58% | - |
| XYZ | 13.36 | 8.38 | 1.58 | - |
| YUV | 74.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 20 | 0 | 0.68 | 0.86 | 0.42 | 12.66 | 0.76 | 0.33 |
| Hex | 94 | 2F | 14 | 0 | 44 | 56 | 2A | D | 4C | 21 |
| Octal | 224 | 57 | 24 | 0 | 104 | 126 | 52 | 15 | 114 | 41 |
| Binary | 10010100 | 101111 | 10100 | 0 | 1000100 | 1010110 | 101010 | 1101 | 1001100 | 100001 |
Color Harmonies of #942F14
Complementary color
Monochromatic Colors of #942F14
Black with #942F14
Text Example
Text Example
White with #942F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F14; }
p { color: rgb(148,47,20); }
H1.HeaderClassName
{
color: #942F14;
}
.AnyTagClassName
{
color: #942F14;
}
</style>
background-color css
<style>
a { background-color: #942F14; }
a { background-color: rgb(148,47,20); }
div.DivClassName
{
background-color: #942F14;
}
.BgClassName
{
background-color: #942F14;
}
</style>
border-color css
<style>
span { border-color: #942F14; }
span { border-color: rgb(148,47,20); }
td.TdClassName
{
border-color: #942F14;
}
.TagClassName
{
border-color: #942F14;
}
</style>