Shades of Burnt Umber #942F16
Tints of Burnt Umber #942F16
RGB
CMYK
RGB Variations
Color information
#942F16 (or 0x942F16) is known color: Burnt Umber. HEX triplet: 94, 2F and 16. RGB value is (148,47,22). Sum of RGB (Red+Green+Blue) = 148+47+22=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #942F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942F16 is #6BD0E9. Grayscale: #4A4A4A. Windows color (decimal): -7065834 or 1453972. OLE color: 1453972.
HSL color Cylindrical-coordinate representation of color #942F16: hue angle of 11.9º 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 #942F16 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 22 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.42 |
| HSL | 11.9º | 0.74% | 0.33% | - |
| HSV(B) | 11.9º | 0.85% | 0.58% | - |
| XYZ | 13.37 | 8.39 | 1.67 | - |
| YUV | 74.35 | 98.46 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 22 | 0 | 0.68 | 0.85 | 0.42 | 11.9 | 0.74 | 0.33 |
| Hex | 94 | 2F | 16 | 0 | 44 | 55 | 2A | C | 4A | 21 |
| Octal | 224 | 57 | 26 | 0 | 104 | 125 | 52 | 14 | 112 | 41 |
| Binary | 10010100 | 101111 | 10110 | 0 | 1000100 | 1010101 | 101010 | 1100 | 1001010 | 100001 |
Color Harmonies of #942F16
Complementary color
Monochromatic Colors of #942F16
Black with #942F16
Text Example
Text Example
White with #942F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F16; }
p { color: rgb(148,47,22); }
H1.HeaderClassName
{
color: #942F16;
}
.AnyTagClassName
{
color: #942F16;
}
</style>
background-color css
<style>
a { background-color: #942F16; }
a { background-color: rgb(148,47,22); }
div.DivClassName
{
background-color: #942F16;
}
.BgClassName
{
background-color: #942F16;
}
</style>
border-color css
<style>
span { border-color: #942F16; }
span { border-color: rgb(148,47,22); }
td.TdClassName
{
border-color: #942F16;
}
.TagClassName
{
border-color: #942F16;
}
</style>