Shades of Burnt Umber #932C0E
Tints of Burnt Umber #932C0E
RGB
CMYK
RGB Variations
Color information
#932C0E (or 0x932C0E) is known color: Burnt Umber. HEX triplet: 93, 2C and 0E. RGB value is (147,44,14). Sum of RGB (Red+Green+Blue) = 147+44+14=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #932C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932C0E is #6CD3F1. Grayscale: #474747. Windows color (decimal): -7132146 or 928915. OLE color: 928915.
HSL color Cylindrical-coordinate representation of color #932C0E: hue angle of 13.53º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #932C0E is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 44 | 14 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.42 |
| HSL | 13.53º | 0.83% | 0.32% | - |
| HSV(B) | 13.53º | 0.9% | 0.58% | - |
| XYZ | 13.01 | 8.04 | 1.28 | - |
| YUV | 71.38 | 95.62 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 44 | 14 | 0 | 0.70 | 0.90 | 0.42 | 13.53 | 0.83 | 0.32 |
| Hex | 93 | 2C | E | 0 | 46 | 5A | 2A | E | 53 | 20 |
| Octal | 223 | 54 | 16 | 0 | 106 | 132 | 52 | 16 | 123 | 40 |
| Binary | 10010011 | 101100 | 1110 | 0 | 1000110 | 1011010 | 101010 | 1110 | 1010011 | 100000 |
Color Harmonies of #932C0E
Complementary color
Monochromatic Colors of #932C0E
Black with #932C0E
Text Example
Text Example
White with #932C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932C0E; }
p { color: rgb(147,44,14); }
H1.HeaderClassName
{
color: #932C0E;
}
.AnyTagClassName
{
color: #932C0E;
}
</style>
background-color css
<style>
a { background-color: #932C0E; }
a { background-color: rgb(147,44,14); }
div.DivClassName
{
background-color: #932C0E;
}
.BgClassName
{
background-color: #932C0E;
}
</style>
border-color css
<style>
span { border-color: #932C0E; }
span { border-color: rgb(147,44,14); }
td.TdClassName
{
border-color: #932C0E;
}
.TagClassName
{
border-color: #932C0E;
}
</style>