Shades of Burnt Umber #932C1D
Tints of Burnt Umber #932C1D
RGB
CMYK
RGB Variations
Color information
#932C1D (or 0x932C1D) is known color: Burnt Umber. HEX triplet: 93, 2C and 1D. RGB value is (147,44,29). Sum of RGB (Red+Green+Blue) = 147+44+29=220 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.82% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 147 - color contains mainly: red. Hex color #932C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932C1D is #6CD3E2. Grayscale: #494949. Windows color (decimal): -7132131 or 1911955. OLE color: 1911955.
HSL color Cylindrical-coordinate representation of color #932C1D: hue angle of 7.63º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #932C1D is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 44 | 29 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.42 |
| HSL | 7.63º | 0.67% | 0.35% | - |
| HSV(B) | 7.63º | 0.8% | 0.58% | - |
| XYZ | 13.16 | 8.09 | 2.03 | - |
| YUV | 73.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 44 | 29 | 0 | 0.70 | 0.80 | 0.42 | 7.63 | 0.67 | 0.35 |
| Hex | 93 | 2C | 1D | 0 | 46 | 50 | 2A | 8 | 43 | 23 |
| Octal | 223 | 54 | 35 | 0 | 106 | 120 | 52 | 10 | 103 | 43 |
| Binary | 10010011 | 101100 | 11101 | 0 | 1000110 | 1010000 | 101010 | 1000 | 1000011 | 100011 |
Color Harmonies of #932C1D
Complementary color
Monochromatic Colors of #932C1D
Black with #932C1D
Text Example
Text Example
White with #932C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932C1D; }
p { color: rgb(147,44,29); }
H1.HeaderClassName
{
color: #932C1D;
}
.AnyTagClassName
{
color: #932C1D;
}
</style>
background-color css
<style>
a { background-color: #932C1D; }
a { background-color: rgb(147,44,29); }
div.DivClassName
{
background-color: #932C1D;
}
.BgClassName
{
background-color: #932C1D;
}
</style>
border-color css
<style>
span { border-color: #932C1D; }
span { border-color: rgb(147,44,29); }
td.TdClassName
{
border-color: #932C1D;
}
.TagClassName
{
border-color: #932C1D;
}
</style>