Shades of Burnt Umber #943210
Tints of Burnt Umber #943210
RGB
CMYK
RGB Variations
Color information
#943210 (or 0x943210) is known color: Burnt Umber. HEX triplet: 94, 32 and 10. RGB value is (148,50,16). Sum of RGB (Red+Green+Blue) = 148+50+16=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #943210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943210 is #6BCDEF. Grayscale: #4B4B4B. Windows color (decimal): -7065072 or 1061524. OLE color: 1061524.
HSL color Cylindrical-coordinate representation of color #943210: hue angle of 15.45º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #943210 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 50 | 16 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.42 |
| HSL | 15.45º | 0.8% | 0.32% | - |
| HSV(B) | 15.45º | 0.89% | 0.58% | - |
| XYZ | 13.45 | 8.61 | 1.44 | - |
| YUV | 75.43 | 94.47 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 50 | 16 | 0 | 0.66 | 0.89 | 0.42 | 15.45 | 0.8 | 0.32 |
| Hex | 94 | 32 | 10 | 0 | 42 | 59 | 2A | F | 50 | 20 |
| Octal | 224 | 62 | 20 | 0 | 102 | 131 | 52 | 17 | 120 | 40 |
| Binary | 10010100 | 110010 | 10000 | 0 | 1000010 | 1011001 | 101010 | 1111 | 1010000 | 100000 |
Color Harmonies of #943210
Complementary color
Monochromatic Colors of #943210
Black with #943210
Text Example
Text Example
White with #943210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943210; }
p { color: rgb(148,50,16); }
H1.HeaderClassName
{
color: #943210;
}
.AnyTagClassName
{
color: #943210;
}
</style>
background-color css
<style>
a { background-color: #943210; }
a { background-color: rgb(148,50,16); }
div.DivClassName
{
background-color: #943210;
}
.BgClassName
{
background-color: #943210;
}
</style>
border-color css
<style>
span { border-color: #943210; }
span { border-color: rgb(148,50,16); }
td.TdClassName
{
border-color: #943210;
}
.TagClassName
{
border-color: #943210;
}
</style>