Shades of Burnt Umber #93290A
Tints of Burnt Umber #93290A
RGB
CMYK
RGB Variations
Color information
#93290A (or 0x93290A) is known color: Burnt Umber. HEX triplet: 93, 29 and 0A. RGB value is (147,41,10). Sum of RGB (Red+Green+Blue) = 147+41+10=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #93290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93290A is #6CD6F5. Grayscale: #454545. Windows color (decimal): -7132918 or 666003. OLE color: 666003.
HSL color Cylindrical-coordinate representation of color #93290A: hue angle of 13.58º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93290A is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 41 | 10 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.42 |
| HSL | 13.58º | 0.87% | 0.31% | - |
| HSV(B) | 13.58º | 0.93% | 0.58% | - |
| XYZ | 12.88 | 7.81 | 1.12 | - |
| YUV | 69.16 | 94.62 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 10 | 0 | 0.72 | 0.93 | 0.42 | 13.58 | 0.87 | 0.31 |
| Hex | 93 | 29 | A | 0 | 48 | 5D | 2A | E | 57 | 1F |
| Octal | 223 | 51 | 12 | 0 | 110 | 135 | 52 | 16 | 127 | 37 |
| Binary | 10010011 | 101001 | 1010 | 0 | 1001000 | 1011101 | 101010 | 1110 | 1010111 | 11111 |
Color Harmonies of #93290A
Complementary color
Monochromatic Colors of #93290A
Black with #93290A
Text Example
Text Example
White with #93290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93290A; }
p { color: rgb(147,41,10); }
H1.HeaderClassName
{
color: #93290A;
}
.AnyTagClassName
{
color: #93290A;
}
</style>
background-color css
<style>
a { background-color: #93290A; }
a { background-color: rgb(147,41,10); }
div.DivClassName
{
background-color: #93290A;
}
.BgClassName
{
background-color: #93290A;
}
</style>
border-color css
<style>
span { border-color: #93290A; }
span { border-color: rgb(147,41,10); }
td.TdClassName
{
border-color: #93290A;
}
.TagClassName
{
border-color: #93290A;
}
</style>