Shades of Burnt Umber #942C1C
Tints of Burnt Umber #942C1C
RGB
CMYK
RGB Variations
Color information
#942C1C (or 0x942C1C) is known color: Burnt Umber. HEX triplet: 94, 2C and 1C. RGB value is (148,44,28). Sum of RGB (Red+Green+Blue) = 148+44+28=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #942C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942C1C is #6BD3E3. Grayscale: #494949. Windows color (decimal): -7066596 or 1846420. OLE color: 1846420.
HSL color Cylindrical-coordinate representation of color #942C1C: hue angle of 8º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #942C1C is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 28 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.42 |
| HSL | 8º | 0.68% | 0.35% | - |
| HSV(B) | 8º | 0.81% | 0.58% | - |
| XYZ | 13.32 | 8.18 | 1.98 | - |
| YUV | 73.27 | 102.46 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 28 | 0 | 0.70 | 0.81 | 0.42 | 8 | 0.68 | 0.35 |
| Hex | 94 | 2C | 1C | 0 | 46 | 51 | 2A | 8 | 44 | 23 |
| Octal | 224 | 54 | 34 | 0 | 106 | 121 | 52 | 10 | 104 | 43 |
| Binary | 10010100 | 101100 | 11100 | 0 | 1000110 | 1010001 | 101010 | 1000 | 1000100 | 100011 |
Color Harmonies of #942C1C
Complementary color
Monochromatic Colors of #942C1C
Black with #942C1C
Text Example
Text Example
White with #942C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C1C; }
p { color: rgb(148,44,28); }
H1.HeaderClassName
{
color: #942C1C;
}
.AnyTagClassName
{
color: #942C1C;
}
</style>
background-color css
<style>
a { background-color: #942C1C; }
a { background-color: rgb(148,44,28); }
div.DivClassName
{
background-color: #942C1C;
}
.BgClassName
{
background-color: #942C1C;
}
</style>
border-color css
<style>
span { border-color: #942C1C; }
span { border-color: rgb(148,44,28); }
td.TdClassName
{
border-color: #942C1C;
}
.TagClassName
{
border-color: #942C1C;
}
</style>