Shades of Burnt Umber #943219
Tints of Burnt Umber #943219
RGB
CMYK
RGB Variations
Color information
#943219 (or 0x943219) is known color: Burnt Umber. HEX triplet: 94, 32 and 19. RGB value is (148,50,25). Sum of RGB (Red+Green+Blue) = 148+50+25=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #943219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943219 is #6BCDE6. Grayscale: #4C4C4C. Windows color (decimal): -7065063 or 1651348. OLE color: 1651348.
HSL color Cylindrical-coordinate representation of color #943219: hue angle of 12.2º 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 #943219 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 50 | 25 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.42 |
| HSL | 12.2º | 0.71% | 0.34% | - |
| HSV(B) | 12.2º | 0.83% | 0.58% | - |
| XYZ | 13.53 | 8.65 | 1.88 | - |
| YUV | 76.45 | 98.97 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 50 | 25 | 0 | 0.66 | 0.83 | 0.42 | 12.2 | 0.71 | 0.34 |
| Hex | 94 | 32 | 19 | 0 | 42 | 53 | 2A | C | 47 | 22 |
| Octal | 224 | 62 | 31 | 0 | 102 | 123 | 52 | 14 | 107 | 42 |
| Binary | 10010100 | 110010 | 11001 | 0 | 1000010 | 1010011 | 101010 | 1100 | 1000111 | 100010 |
Color Harmonies of #943219
Complementary color
Monochromatic Colors of #943219
Black with #943219
Text Example
Text Example
White with #943219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943219; }
p { color: rgb(148,50,25); }
H1.HeaderClassName
{
color: #943219;
}
.AnyTagClassName
{
color: #943219;
}
</style>
background-color css
<style>
a { background-color: #943219; }
a { background-color: rgb(148,50,25); }
div.DivClassName
{
background-color: #943219;
}
.BgClassName
{
background-color: #943219;
}
</style>
border-color css
<style>
span { border-color: #943219; }
span { border-color: rgb(148,50,25); }
td.TdClassName
{
border-color: #943219;
}
.TagClassName
{
border-color: #943219;
}
</style>