Shades of Burnt Umber #943122
Tints of Burnt Umber #943122
RGB
CMYK
RGB Variations
Color information
#943122 (or 0x943122) is known color: Burnt Umber. HEX triplet: 94, 31 and 22. RGB value is (148,49,34). Sum of RGB (Red+Green+Blue) = 148+49+34=231 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.07% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 148 - color contains mainly: red. Hex color #943122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943122 is #6BCEDD. Grayscale: #4D4D4D. Windows color (decimal): -7065310 or 2240916. OLE color: 2240916.
HSL color Cylindrical-coordinate representation of color #943122: hue angle of 7.89º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #943122 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 49 | 34 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.42 |
| HSL | 7.89º | 0.63% | 0.36% | - |
| HSV(B) | 7.89º | 0.77% | 0.58% | - |
| XYZ | 13.6 | 8.61 | 2.46 | - |
| YUV | 76.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 49 | 34 | 0 | 0.67 | 0.77 | 0.42 | 7.89 | 0.63 | 0.36 |
| Hex | 94 | 31 | 22 | 0 | 43 | 4D | 2A | 8 | 3F | 24 |
| Octal | 224 | 61 | 42 | 0 | 103 | 115 | 52 | 10 | 77 | 44 |
| Binary | 10010100 | 110001 | 100010 | 0 | 1000011 | 1001101 | 101010 | 1000 | 111111 | 100100 |
Color Harmonies of #943122
Complementary color
Monochromatic Colors of #943122
Black with #943122
Text Example
Text Example
White with #943122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943122; }
p { color: rgb(148,49,34); }
H1.HeaderClassName
{
color: #943122;
}
.AnyTagClassName
{
color: #943122;
}
</style>
background-color css
<style>
a { background-color: #943122; }
a { background-color: rgb(148,49,34); }
div.DivClassName
{
background-color: #943122;
}
.BgClassName
{
background-color: #943122;
}
</style>
border-color css
<style>
span { border-color: #943122; }
span { border-color: rgb(148,49,34); }
td.TdClassName
{
border-color: #943122;
}
.TagClassName
{
border-color: #943122;
}
</style>