Shades of Burnt Umber #942A16
Tints of Burnt Umber #942A16
RGB
CMYK
RGB Variations
Color information
#942A16 (or 0x942A16) is known color: Burnt Umber. HEX triplet: 94, 2A and 16. RGB value is (148,42,22). Sum of RGB (Red+Green+Blue) = 148+42+22=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #942A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942A16 is #6BD5E9. Grayscale: #474747. Windows color (decimal): -7067114 or 1452692. OLE color: 1452692.
HSL color Cylindrical-coordinate representation of color #942A16: hue angle of 9.52º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #942A16 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 42 | 22 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.42 |
| HSL | 9.52º | 0.74% | 0.33% | - |
| HSV(B) | 9.52º | 0.85% | 0.58% | - |
| XYZ | 13.19 | 8.01 | 1.61 | - |
| YUV | 71.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 22 | 0 | 0.72 | 0.85 | 0.42 | 9.52 | 0.74 | 0.33 |
| Hex | 94 | 2A | 16 | 0 | 48 | 55 | 2A | A | 4A | 21 |
| Octal | 224 | 52 | 26 | 0 | 110 | 125 | 52 | 12 | 112 | 41 |
| Binary | 10010100 | 101010 | 10110 | 0 | 1001000 | 1010101 | 101010 | 1010 | 1001010 | 100001 |
Color Harmonies of #942A16
Complementary color
Monochromatic Colors of #942A16
Black with #942A16
Text Example
Text Example
White with #942A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942A16; }
p { color: rgb(148,42,22); }
H1.HeaderClassName
{
color: #942A16;
}
.AnyTagClassName
{
color: #942A16;
}
</style>
background-color css
<style>
a { background-color: #942A16; }
a { background-color: rgb(148,42,22); }
div.DivClassName
{
background-color: #942A16;
}
.BgClassName
{
background-color: #942A16;
}
</style>
border-color css
<style>
span { border-color: #942A16; }
span { border-color: rgb(148,42,22); }
td.TdClassName
{
border-color: #942A16;
}
.TagClassName
{
border-color: #942A16;
}
</style>