Shades of Burnt Umber #942B14
Tints of Burnt Umber #942B14
RGB
CMYK
RGB Variations
Color information
#942B14 (or 0x942B14) is known color: Burnt Umber. HEX triplet: 94, 2B and 14. RGB value is (148,43,20). Sum of RGB (Red+Green+Blue) = 148+43+20=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #942B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942B14 is #6BD4EB. Grayscale: #474747. Windows color (decimal): -7066860 or 1321876. OLE color: 1321876.
HSL color Cylindrical-coordinate representation of color #942B14: hue angle of 10.78º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #942B14 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 20 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.42 |
| HSL | 10.78º | 0.76% | 0.33% | - |
| HSV(B) | 10.78º | 0.86% | 0.58% | - |
| XYZ | 13.2 | 8.07 | 1.52 | - |
| YUV | 71.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 20 | 0 | 0.71 | 0.86 | 0.42 | 10.78 | 0.76 | 0.33 |
| Hex | 94 | 2B | 14 | 0 | 47 | 56 | 2A | B | 4C | 21 |
| Octal | 224 | 53 | 24 | 0 | 107 | 126 | 52 | 13 | 114 | 41 |
| Binary | 10010100 | 101011 | 10100 | 0 | 1000111 | 1010110 | 101010 | 1011 | 1001100 | 100001 |
Color Harmonies of #942B14
Complementary color
Monochromatic Colors of #942B14
Black with #942B14
Text Example
Text Example
White with #942B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B14; }
p { color: rgb(148,43,20); }
H1.HeaderClassName
{
color: #942B14;
}
.AnyTagClassName
{
color: #942B14;
}
</style>
background-color css
<style>
a { background-color: #942B14; }
a { background-color: rgb(148,43,20); }
div.DivClassName
{
background-color: #942B14;
}
.BgClassName
{
background-color: #942B14;
}
</style>
border-color css
<style>
span { border-color: #942B14; }
span { border-color: rgb(148,43,20); }
td.TdClassName
{
border-color: #942B14;
}
.TagClassName
{
border-color: #942B14;
}
</style>