Shades of Burnt Umber #942B0E
Tints of Burnt Umber #942B0E
RGB
CMYK
RGB Variations
Color information
#942B0E (or 0x942B0E) is known color: Burnt Umber. HEX triplet: 94, 2B and 0E. RGB value is (148,43,14). Sum of RGB (Red+Green+Blue) = 148+43+14=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #942B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942B0E is #6BD4F1. Grayscale: #474747. Windows color (decimal): -7066866 or 928660. OLE color: 928660.
HSL color Cylindrical-coordinate representation of color #942B0E: hue angle of 12.99º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #942B0E is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 14 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.42 |
| HSL | 12.99º | 0.83% | 0.32% | - |
| HSV(B) | 12.99º | 0.91% | 0.58% | - |
| XYZ | 13.16 | 8.06 | 1.28 | - |
| YUV | 71.09 | 95.79 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 14 | 0 | 0.71 | 0.91 | 0.42 | 12.99 | 0.83 | 0.32 |
| Hex | 94 | 2B | E | 0 | 47 | 5B | 2A | D | 53 | 20 |
| Octal | 224 | 53 | 16 | 0 | 107 | 133 | 52 | 15 | 123 | 40 |
| Binary | 10010100 | 101011 | 1110 | 0 | 1000111 | 1011011 | 101010 | 1101 | 1010011 | 100000 |
Color Harmonies of #942B0E
Complementary color
Monochromatic Colors of #942B0E
Black with #942B0E
Text Example
Text Example
White with #942B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B0E; }
p { color: rgb(148,43,14); }
H1.HeaderClassName
{
color: #942B0E;
}
.AnyTagClassName
{
color: #942B0E;
}
</style>
background-color css
<style>
a { background-color: #942B0E; }
a { background-color: rgb(148,43,14); }
div.DivClassName
{
background-color: #942B0E;
}
.BgClassName
{
background-color: #942B0E;
}
</style>
border-color css
<style>
span { border-color: #942B0E; }
span { border-color: rgb(148,43,14); }
td.TdClassName
{
border-color: #942B0E;
}
.TagClassName
{
border-color: #942B0E;
}
</style>