Shades of Burnt Umber #942914
Tints of Burnt Umber #942914
RGB
CMYK
RGB Variations
Color information
#942914 (or 0x942914) is known color: Burnt Umber. HEX triplet: 94, 29 and 14. RGB value is (148,41,20). Sum of RGB (Red+Green+Blue) = 148+41+20=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #942914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942914 is #6BD6EB. Grayscale: #464646. Windows color (decimal): -7067372 or 1321364. OLE color: 1321364.
HSL color Cylindrical-coordinate representation of color #942914: hue angle of 9.84º 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 #942914 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 41 | 20 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.42 |
| HSL | 9.84º | 0.76% | 0.33% | - |
| HSV(B) | 9.84º | 0.86% | 0.58% | - |
| XYZ | 13.13 | 7.93 | 1.5 | - |
| YUV | 70.6 | 99.45 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 20 | 0 | 0.72 | 0.86 | 0.42 | 9.84 | 0.76 | 0.33 |
| Hex | 94 | 29 | 14 | 0 | 48 | 56 | 2A | A | 4C | 21 |
| Octal | 224 | 51 | 24 | 0 | 110 | 126 | 52 | 12 | 114 | 41 |
| Binary | 10010100 | 101001 | 10100 | 0 | 1001000 | 1010110 | 101010 | 1010 | 1001100 | 100001 |
Color Harmonies of #942914
Complementary color
Monochromatic Colors of #942914
Black with #942914
Text Example
Text Example
White with #942914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942914; }
p { color: rgb(148,41,20); }
H1.HeaderClassName
{
color: #942914;
}
.AnyTagClassName
{
color: #942914;
}
</style>
background-color css
<style>
a { background-color: #942914; }
a { background-color: rgb(148,41,20); }
div.DivClassName
{
background-color: #942914;
}
.BgClassName
{
background-color: #942914;
}
</style>
border-color css
<style>
span { border-color: #942914; }
span { border-color: rgb(148,41,20); }
td.TdClassName
{
border-color: #942914;
}
.TagClassName
{
border-color: #942914;
}
</style>