Shades of Burnt Umber #942B16
Tints of Burnt Umber #942B16
RGB
CMYK
RGB Variations
Color information
#942B16 (or 0x942B16) is known color: Burnt Umber. HEX triplet: 94, 2B and 16. RGB value is (148,43,22). Sum of RGB (Red+Green+Blue) = 148+43+22=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #942B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942B16 is #6BD4E9. Grayscale: #484848. Windows color (decimal): -7066858 or 1452948. OLE color: 1452948.
HSL color Cylindrical-coordinate representation of color #942B16: hue angle of 10º 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 #942B16 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 22 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.42 |
| HSL | 10º | 0.74% | 0.33% | - |
| HSV(B) | 10º | 0.85% | 0.58% | - |
| XYZ | 13.22 | 8.08 | 1.62 | - |
| YUV | 72 | 99.79 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 22 | 0 | 0.71 | 0.85 | 0.42 | 10 | 0.74 | 0.33 |
| Hex | 94 | 2B | 16 | 0 | 47 | 55 | 2A | A | 4A | 21 |
| Octal | 224 | 53 | 26 | 0 | 107 | 125 | 52 | 12 | 112 | 41 |
| Binary | 10010100 | 101011 | 10110 | 0 | 1000111 | 1010101 | 101010 | 1010 | 1001010 | 100001 |
Color Harmonies of #942B16
Complementary color
Monochromatic Colors of #942B16
Black with #942B16
Text Example
Text Example
White with #942B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B16; }
p { color: rgb(148,43,22); }
H1.HeaderClassName
{
color: #942B16;
}
.AnyTagClassName
{
color: #942B16;
}
</style>
background-color css
<style>
a { background-color: #942B16; }
a { background-color: rgb(148,43,22); }
div.DivClassName
{
background-color: #942B16;
}
.BgClassName
{
background-color: #942B16;
}
</style>
border-color css
<style>
span { border-color: #942B16; }
span { border-color: rgb(148,43,22); }
td.TdClassName
{
border-color: #942B16;
}
.TagClassName
{
border-color: #942B16;
}
</style>