Shades of Burnt Umber #942D16
Tints of Burnt Umber #942D16
RGB
CMYK
RGB Variations
Color information
#942D16 (or 0x942D16) is known color: Burnt Umber. HEX triplet: 94, 2D and 16. RGB value is (148,45,22). Sum of RGB (Red+Green+Blue) = 148+45+22=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #942D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942D16 is #6BD2E9. Grayscale: #494949. Windows color (decimal): -7066346 or 1453460. OLE color: 1453460.
HSL color Cylindrical-coordinate representation of color #942D16: hue angle of 10.95º 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 #942D16 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 22 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.42 |
| HSL | 10.95º | 0.74% | 0.33% | - |
| HSV(B) | 10.95º | 0.85% | 0.58% | - |
| XYZ | 13.3 | 8.23 | 1.65 | - |
| YUV | 73.18 | 99.12 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 22 | 0 | 0.70 | 0.85 | 0.42 | 10.95 | 0.74 | 0.33 |
| Hex | 94 | 2D | 16 | 0 | 46 | 55 | 2A | B | 4A | 21 |
| Octal | 224 | 55 | 26 | 0 | 106 | 125 | 52 | 13 | 112 | 41 |
| Binary | 10010100 | 101101 | 10110 | 0 | 1000110 | 1010101 | 101010 | 1011 | 1001010 | 100001 |
Color Harmonies of #942D16
Complementary color
Monochromatic Colors of #942D16
Black with #942D16
Text Example
Text Example
White with #942D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D16; }
p { color: rgb(148,45,22); }
H1.HeaderClassName
{
color: #942D16;
}
.AnyTagClassName
{
color: #942D16;
}
</style>
background-color css
<style>
a { background-color: #942D16; }
a { background-color: rgb(148,45,22); }
div.DivClassName
{
background-color: #942D16;
}
.BgClassName
{
background-color: #942D16;
}
</style>
border-color css
<style>
span { border-color: #942D16; }
span { border-color: rgb(148,45,22); }
td.TdClassName
{
border-color: #942D16;
}
.TagClassName
{
border-color: #942D16;
}
</style>