Shades of Burnt Umber #942912
Tints of Burnt Umber #942912
RGB
CMYK
RGB Variations
Color information
#942912 (or 0x942912) is known color: Burnt Umber. HEX triplet: 94, 29 and 12. RGB value is (148,41,18). Sum of RGB (Red+Green+Blue) = 148+41+18=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #942912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942912 is #6BD6ED. Grayscale: #464646. Windows color (decimal): -7067374 or 1190292. OLE color: 1190292.
HSL color Cylindrical-coordinate representation of color #942912: hue angle of 10.62º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #942912 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 41 | 18 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.42 |
| HSL | 10.62º | 0.78% | 0.33% | - |
| HSV(B) | 10.62º | 0.88% | 0.58% | - |
| XYZ | 13.11 | 7.93 | 1.41 | - |
| YUV | 70.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 18 | 0 | 0.72 | 0.88 | 0.42 | 10.62 | 0.78 | 0.33 |
| Hex | 94 | 29 | 12 | 0 | 48 | 58 | 2A | B | 4E | 21 |
| Octal | 224 | 51 | 22 | 0 | 110 | 130 | 52 | 13 | 116 | 41 |
| Binary | 10010100 | 101001 | 10010 | 0 | 1001000 | 1011000 | 101010 | 1011 | 1001110 | 100001 |
Color Harmonies of #942912
Complementary color
Monochromatic Colors of #942912
Black with #942912
Text Example
Text Example
White with #942912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942912; }
p { color: rgb(148,41,18); }
H1.HeaderClassName
{
color: #942912;
}
.AnyTagClassName
{
color: #942912;
}
</style>
background-color css
<style>
a { background-color: #942912; }
a { background-color: rgb(148,41,18); }
div.DivClassName
{
background-color: #942912;
}
.BgClassName
{
background-color: #942912;
}
</style>
border-color css
<style>
span { border-color: #942912; }
span { border-color: rgb(148,41,18); }
td.TdClassName
{
border-color: #942912;
}
.TagClassName
{
border-color: #942912;
}
</style>