Shades of Burnt Umber #932D1C
Tints of Burnt Umber #932D1C
RGB
CMYK
RGB Variations
Color information
#932D1C (or 0x932D1C) is known color: Burnt Umber. HEX triplet: 93, 2D and 1C. RGB value is (147,45,28). Sum of RGB (Red+Green+Blue) = 147+45+28=220 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.82% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 147 - color contains mainly: red. Hex color #932D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932D1C is #6CD2E3. Grayscale: #494949. Windows color (decimal): -7131876 or 1846675. OLE color: 1846675.
HSL color Cylindrical-coordinate representation of color #932D1C: hue angle of 8.57º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #932D1C is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 45 | 28 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.42 |
| HSL | 8.57º | 0.68% | 0.34% | - |
| HSV(B) | 8.57º | 0.81% | 0.58% | - |
| XYZ | 13.18 | 8.16 | 1.98 | - |
| YUV | 73.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 45 | 28 | 0 | 0.69 | 0.81 | 0.42 | 8.57 | 0.68 | 0.34 |
| Hex | 93 | 2D | 1C | 0 | 45 | 51 | 2A | 9 | 44 | 22 |
| Octal | 223 | 55 | 34 | 0 | 105 | 121 | 52 | 11 | 104 | 42 |
| Binary | 10010011 | 101101 | 11100 | 0 | 1000101 | 1010001 | 101010 | 1001 | 1000100 | 100010 |
Color Harmonies of #932D1C
Complementary color
Monochromatic Colors of #932D1C
Black with #932D1C
Text Example
Text Example
White with #932D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932D1C; }
p { color: rgb(147,45,28); }
H1.HeaderClassName
{
color: #932D1C;
}
.AnyTagClassName
{
color: #932D1C;
}
</style>
background-color css
<style>
a { background-color: #932D1C; }
a { background-color: rgb(147,45,28); }
div.DivClassName
{
background-color: #932D1C;
}
.BgClassName
{
background-color: #932D1C;
}
</style>
border-color css
<style>
span { border-color: #932D1C; }
span { border-color: rgb(147,45,28); }
td.TdClassName
{
border-color: #932D1C;
}
.TagClassName
{
border-color: #932D1C;
}
</style>