Shades of Burnt Umber #942C14
Tints of Burnt Umber #942C14
RGB
CMYK
RGB Variations
Color information
#942C14 (or 0x942C14) is known color: Burnt Umber. HEX triplet: 94, 2C and 14. RGB value is (148,44,20). Sum of RGB (Red+Green+Blue) = 148+44+20=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #942C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942C14 is #6BD3EB. Grayscale: #484848. Windows color (decimal): -7066604 or 1322132. OLE color: 1322132.
HSL color Cylindrical-coordinate representation of color #942C14: hue angle of 11.25º 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 #942C14 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 20 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.42 |
| HSL | 11.25º | 0.76% | 0.33% | - |
| HSV(B) | 11.25º | 0.86% | 0.58% | - |
| XYZ | 13.24 | 8.15 | 1.54 | - |
| YUV | 72.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 20 | 0 | 0.70 | 0.86 | 0.42 | 11.25 | 0.76 | 0.33 |
| Hex | 94 | 2C | 14 | 0 | 46 | 56 | 2A | B | 4C | 21 |
| Octal | 224 | 54 | 24 | 0 | 106 | 126 | 52 | 13 | 114 | 41 |
| Binary | 10010100 | 101100 | 10100 | 0 | 1000110 | 1010110 | 101010 | 1011 | 1001100 | 100001 |
Color Harmonies of #942C14
Complementary color
Monochromatic Colors of #942C14
Black with #942C14
Text Example
Text Example
White with #942C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C14; }
p { color: rgb(148,44,20); }
H1.HeaderClassName
{
color: #942C14;
}
.AnyTagClassName
{
color: #942C14;
}
</style>
background-color css
<style>
a { background-color: #942C14; }
a { background-color: rgb(148,44,20); }
div.DivClassName
{
background-color: #942C14;
}
.BgClassName
{
background-color: #942C14;
}
</style>
border-color css
<style>
span { border-color: #942C14; }
span { border-color: rgb(148,44,20); }
td.TdClassName
{
border-color: #942C14;
}
.TagClassName
{
border-color: #942C14;
}
</style>