Shades of Burnt Umber #942E10
Tints of Burnt Umber #942E10
RGB
CMYK
RGB Variations
Color information
#942E10 (or 0x942E10) is known color: Burnt Umber. HEX triplet: 94, 2E and 10. RGB value is (148,46,16). Sum of RGB (Red+Green+Blue) = 148+46+16=210 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.48% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 148 - color contains mainly: red. Hex color #942E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942E10 is #6BD1EF. Grayscale: #494949. Windows color (decimal): -7066096 or 1060500. OLE color: 1060500.
HSL color Cylindrical-coordinate representation of color #942E10: hue angle of 13.64º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #942E10 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 46 | 16 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.42 |
| HSL | 13.64º | 0.8% | 0.32% | - |
| HSV(B) | 13.64º | 0.89% | 0.58% | - |
| XYZ | 13.28 | 8.29 | 1.39 | - |
| YUV | 73.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 46 | 16 | 0 | 0.69 | 0.89 | 0.42 | 13.64 | 0.8 | 0.32 |
| Hex | 94 | 2E | 10 | 0 | 45 | 59 | 2A | E | 50 | 20 |
| Octal | 224 | 56 | 20 | 0 | 105 | 131 | 52 | 16 | 120 | 40 |
| Binary | 10010100 | 101110 | 10000 | 0 | 1000101 | 1011001 | 101010 | 1110 | 1010000 | 100000 |
Color Harmonies of #942E10
Complementary color
Monochromatic Colors of #942E10
Black with #942E10
Text Example
Text Example
White with #942E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942E10; }
p { color: rgb(148,46,16); }
H1.HeaderClassName
{
color: #942E10;
}
.AnyTagClassName
{
color: #942E10;
}
</style>
background-color css
<style>
a { background-color: #942E10; }
a { background-color: rgb(148,46,16); }
div.DivClassName
{
background-color: #942E10;
}
.BgClassName
{
background-color: #942E10;
}
</style>
border-color css
<style>
span { border-color: #942E10; }
span { border-color: rgb(148,46,16); }
td.TdClassName
{
border-color: #942E10;
}
.TagClassName
{
border-color: #942E10;
}
</style>