Shades of Burnt Umber #942F22
Tints of Burnt Umber #942F22
RGB
CMYK
RGB Variations
Color information
#942F22 (or 0x942F22) is known color: Burnt Umber. HEX triplet: 94, 2F and 22. RGB value is (148,47,34). Sum of RGB (Red+Green+Blue) = 148+47+34=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #942F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942F22 is #6BD0DD. Grayscale: #4B4B4B. Windows color (decimal): -7065822 or 2240404. OLE color: 2240404.
HSL color Cylindrical-coordinate representation of color #942F22: hue angle of 6.84º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942F22 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 34 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.42 |
| HSL | 6.84º | 0.63% | 0.36% | - |
| HSV(B) | 6.84º | 0.77% | 0.58% | - |
| XYZ | 13.52 | 8.44 | 2.43 | - |
| YUV | 75.72 | 104.46 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 34 | 0 | 0.68 | 0.77 | 0.42 | 6.84 | 0.63 | 0.36 |
| Hex | 94 | 2F | 22 | 0 | 44 | 4D | 2A | 7 | 3F | 24 |
| Octal | 224 | 57 | 42 | 0 | 104 | 115 | 52 | 7 | 77 | 44 |
| Binary | 10010100 | 101111 | 100010 | 0 | 1000100 | 1001101 | 101010 | 111 | 111111 | 100100 |
Color Harmonies of #942F22
Complementary color
Monochromatic Colors of #942F22
Black with #942F22
Text Example
Text Example
White with #942F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F22; }
p { color: rgb(148,47,34); }
H1.HeaderClassName
{
color: #942F22;
}
.AnyTagClassName
{
color: #942F22;
}
</style>
background-color css
<style>
a { background-color: #942F22; }
a { background-color: rgb(148,47,34); }
div.DivClassName
{
background-color: #942F22;
}
.BgClassName
{
background-color: #942F22;
}
</style>
border-color css
<style>
span { border-color: #942F22; }
span { border-color: rgb(148,47,34); }
td.TdClassName
{
border-color: #942F22;
}
.TagClassName
{
border-color: #942F22;
}
</style>