Shades of Burnt Umber #943124
Tints of Burnt Umber #943124
RGB
CMYK
RGB Variations
Color information
#943124 (or 0x943124) is known color: Burnt Umber. HEX triplet: 94, 31 and 24. RGB value is (148,49,36). Sum of RGB (Red+Green+Blue) = 148+49+36=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #943124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943124 is #6BCEDB. Grayscale: #4D4D4D. Windows color (decimal): -7065308 or 2371988. OLE color: 2371988.
HSL color Cylindrical-coordinate representation of color #943124: hue angle of 6.96º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #943124 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 49 | 36 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.42 |
| HSL | 6.96º | 0.61% | 0.36% | - |
| HSV(B) | 6.96º | 0.76% | 0.58% | - |
| XYZ | 13.63 | 8.62 | 2.61 | - |
| YUV | 77.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 49 | 36 | 0 | 0.67 | 0.76 | 0.42 | 6.96 | 0.61 | 0.36 |
| Hex | 94 | 31 | 24 | 0 | 43 | 4C | 2A | 7 | 3D | 24 |
| Octal | 224 | 61 | 44 | 0 | 103 | 114 | 52 | 7 | 75 | 44 |
| Binary | 10010100 | 110001 | 100100 | 0 | 1000011 | 1001100 | 101010 | 111 | 111101 | 100100 |
Color Harmonies of #943124
Complementary color
Monochromatic Colors of #943124
Black with #943124
Text Example
Text Example
White with #943124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943124; }
p { color: rgb(148,49,36); }
H1.HeaderClassName
{
color: #943124;
}
.AnyTagClassName
{
color: #943124;
}
</style>
background-color css
<style>
a { background-color: #943124; }
a { background-color: rgb(148,49,36); }
div.DivClassName
{
background-color: #943124;
}
.BgClassName
{
background-color: #943124;
}
</style>
border-color css
<style>
span { border-color: #943124; }
span { border-color: rgb(148,49,36); }
td.TdClassName
{
border-color: #943124;
}
.TagClassName
{
border-color: #943124;
}
</style>