Shades of Burnt Umber #942D1D
Tints of Burnt Umber #942D1D
RGB
CMYK
RGB Variations
Color information
#942D1D (or 0x942D1D) is known color: Burnt Umber. HEX triplet: 94, 2D and 1D. RGB value is (148,45,29). Sum of RGB (Red+Green+Blue) = 148+45+29=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #942D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942D1D is #6BD2E2. Grayscale: #4A4A4A. Windows color (decimal): -7066339 or 1912212. OLE color: 1912212.
HSL color Cylindrical-coordinate representation of color #942D1D: hue angle of 8.07º 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 #942D1D is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 29 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.42 |
| HSL | 8.07º | 0.67% | 0.35% | - |
| HSV(B) | 8.07º | 0.8% | 0.58% | - |
| XYZ | 13.37 | 8.26 | 2.05 | - |
| YUV | 73.97 | 102.62 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 29 | 0 | 0.70 | 0.80 | 0.42 | 8.07 | 0.67 | 0.35 |
| Hex | 94 | 2D | 1D | 0 | 46 | 50 | 2A | 8 | 43 | 23 |
| Octal | 224 | 55 | 35 | 0 | 106 | 120 | 52 | 10 | 103 | 43 |
| Binary | 10010100 | 101101 | 11101 | 0 | 1000110 | 1010000 | 101010 | 1000 | 1000011 | 100011 |
Color Harmonies of #942D1D
Complementary color
Monochromatic Colors of #942D1D
Black with #942D1D
Text Example
Text Example
White with #942D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D1D; }
p { color: rgb(148,45,29); }
H1.HeaderClassName
{
color: #942D1D;
}
.AnyTagClassName
{
color: #942D1D;
}
</style>
background-color css
<style>
a { background-color: #942D1D; }
a { background-color: rgb(148,45,29); }
div.DivClassName
{
background-color: #942D1D;
}
.BgClassName
{
background-color: #942D1D;
}
</style>
border-color css
<style>
span { border-color: #942D1D; }
span { border-color: rgb(148,45,29); }
td.TdClassName
{
border-color: #942D1D;
}
.TagClassName
{
border-color: #942D1D;
}
</style>