Shades of Burnt Umber #942F19
Tints of Burnt Umber #942F19
RGB
CMYK
RGB Variations
Color information
#942F19 (or 0x942F19) is known color: Burnt Umber. HEX triplet: 94, 2F and 19. RGB value is (148,47,25). Sum of RGB (Red+Green+Blue) = 148+47+25=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #942F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942F19 is #6BD0E6. Grayscale: #4A4A4A. Windows color (decimal): -7065831 or 1650580. OLE color: 1650580.
HSL color Cylindrical-coordinate representation of color #942F19: hue angle of 10.73º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #942F19 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 25 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.42 |
| HSL | 10.73º | 0.71% | 0.34% | - |
| HSV(B) | 10.73º | 0.83% | 0.58% | - |
| XYZ | 13.4 | 8.4 | 1.83 | - |
| YUV | 74.69 | 99.96 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 25 | 0 | 0.68 | 0.83 | 0.42 | 10.73 | 0.71 | 0.34 |
| Hex | 94 | 2F | 19 | 0 | 44 | 53 | 2A | B | 47 | 22 |
| Octal | 224 | 57 | 31 | 0 | 104 | 123 | 52 | 13 | 107 | 42 |
| Binary | 10010100 | 101111 | 11001 | 0 | 1000100 | 1010011 | 101010 | 1011 | 1000111 | 100010 |
Color Harmonies of #942F19
Complementary color
Monochromatic Colors of #942F19
Black with #942F19
Text Example
Text Example
White with #942F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F19; }
p { color: rgb(148,47,25); }
H1.HeaderClassName
{
color: #942F19;
}
.AnyTagClassName
{
color: #942F19;
}
</style>
background-color css
<style>
a { background-color: #942F19; }
a { background-color: rgb(148,47,25); }
div.DivClassName
{
background-color: #942F19;
}
.BgClassName
{
background-color: #942F19;
}
</style>
border-color css
<style>
span { border-color: #942F19; }
span { border-color: rgb(148,47,25); }
td.TdClassName
{
border-color: #942F19;
}
.TagClassName
{
border-color: #942F19;
}
</style>