Shades of Burnt Umber #942D23
Tints of Burnt Umber #942D23
RGB
CMYK
RGB Variations
Color information
#942D23 (or 0x942D23) is known color: Burnt Umber. HEX triplet: 94, 2D and 23. RGB value is (148,45,35). Sum of RGB (Red+Green+Blue) = 148+45+35=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #942D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942D23 is #6BD2DC. Grayscale: #4A4A4A. Windows color (decimal): -7066333 or 2305428. OLE color: 2305428.
HSL color Cylindrical-coordinate representation of color #942D23: hue angle of 5.31º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942D23 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 35 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.42 |
| HSL | 5.31º | 0.62% | 0.36% | - |
| HSV(B) | 5.31º | 0.76% | 0.58% | - |
| XYZ | 13.45 | 8.29 | 2.48 | - |
| YUV | 74.66 | 105.62 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 35 | 0 | 0.70 | 0.76 | 0.42 | 5.31 | 0.62 | 0.36 |
| Hex | 94 | 2D | 23 | 0 | 46 | 4C | 2A | 5 | 3E | 24 |
| Octal | 224 | 55 | 43 | 0 | 106 | 114 | 52 | 5 | 76 | 44 |
| Binary | 10010100 | 101101 | 100011 | 0 | 1000110 | 1001100 | 101010 | 101 | 111110 | 100100 |
Color Harmonies of #942D23
Complementary color
Monochromatic Colors of #942D23
Black with #942D23
Text Example
Text Example
White with #942D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D23; }
p { color: rgb(148,45,35); }
H1.HeaderClassName
{
color: #942D23;
}
.AnyTagClassName
{
color: #942D23;
}
</style>
background-color css
<style>
a { background-color: #942D23; }
a { background-color: rgb(148,45,35); }
div.DivClassName
{
background-color: #942D23;
}
.BgClassName
{
background-color: #942D23;
}
</style>
border-color css
<style>
span { border-color: #942D23; }
span { border-color: rgb(148,45,35); }
td.TdClassName
{
border-color: #942D23;
}
.TagClassName
{
border-color: #942D23;
}
</style>