Shades of Burnt Umber #942E24
Tints of Burnt Umber #942E24
RGB
CMYK
RGB Variations
Color information
#942E24 (or 0x942E24) is known color: Burnt Umber. HEX triplet: 94, 2E and 24. RGB value is (148,46,36). Sum of RGB (Red+Green+Blue) = 148+46+36=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #942E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E24 is #6BD1DB. Grayscale: #4B4B4B. Windows color (decimal): -7066076 or 2371220. OLE color: 2371220.
HSL color Cylindrical-coordinate representation of color #942E24: hue angle of 5.36º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942E24 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 46 | 36 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.42 |
| HSL | 5.36º | 0.61% | 0.36% | - |
| HSV(B) | 5.36º | 0.76% | 0.58% | - |
| XYZ | 13.51 | 8.38 | 2.57 | - |
| YUV | 75.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 46 | 36 | 0 | 0.69 | 0.76 | 0.42 | 5.36 | 0.61 | 0.36 |
| Hex | 94 | 2E | 24 | 0 | 45 | 4C | 2A | 5 | 3D | 24 |
| Octal | 224 | 56 | 44 | 0 | 105 | 114 | 52 | 5 | 75 | 44 |
| Binary | 10010100 | 101110 | 100100 | 0 | 1000101 | 1001100 | 101010 | 101 | 111101 | 100100 |
Color Harmonies of #942E24
Complementary color
Monochromatic Colors of #942E24
Black with #942E24
Text Example
Text Example
White with #942E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942E24; }
p { color: rgb(148,46,36); }
H1.HeaderClassName
{
color: #942E24;
}
.AnyTagClassName
{
color: #942E24;
}
</style>
background-color css
<style>
a { background-color: #942E24; }
a { background-color: rgb(148,46,36); }
div.DivClassName
{
background-color: #942E24;
}
.BgClassName
{
background-color: #942E24;
}
</style>
border-color css
<style>
span { border-color: #942E24; }
span { border-color: rgb(148,46,36); }
td.TdClassName
{
border-color: #942E24;
}
.TagClassName
{
border-color: #942E24;
}
</style>