Shades of Burnt Umber #942A17
Tints of Burnt Umber #942A17
RGB
CMYK
RGB Variations
Color information
#942A17 (or 0x942A17) is known color: Burnt Umber. HEX triplet: 94, 2A and 17. RGB value is (148,42,23). Sum of RGB (Red+Green+Blue) = 148+42+23=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #942A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942A17 is #6BD5E8. Grayscale: #474747. Windows color (decimal): -7067113 or 1518228. OLE color: 1518228.
HSL color Cylindrical-coordinate representation of color #942A17: hue angle of 9.12º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #942A17 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 42 | 23 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.42 |
| HSL | 9.12º | 0.73% | 0.34% | - |
| HSV(B) | 9.12º | 0.84% | 0.58% | - |
| XYZ | 13.2 | 8.01 | 1.66 | - |
| YUV | 71.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 23 | 0 | 0.72 | 0.84 | 0.42 | 9.12 | 0.73 | 0.34 |
| Hex | 94 | 2A | 17 | 0 | 48 | 54 | 2A | 9 | 49 | 22 |
| Octal | 224 | 52 | 27 | 0 | 110 | 124 | 52 | 11 | 111 | 42 |
| Binary | 10010100 | 101010 | 10111 | 0 | 1001000 | 1010100 | 101010 | 1001 | 1001001 | 100010 |
Color Harmonies of #942A17
Complementary color
Monochromatic Colors of #942A17
Black with #942A17
Text Example
Text Example
White with #942A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942A17; }
p { color: rgb(148,42,23); }
H1.HeaderClassName
{
color: #942A17;
}
.AnyTagClassName
{
color: #942A17;
}
</style>
background-color css
<style>
a { background-color: #942A17; }
a { background-color: rgb(148,42,23); }
div.DivClassName
{
background-color: #942A17;
}
.BgClassName
{
background-color: #942A17;
}
</style>
border-color css
<style>
span { border-color: #942A17; }
span { border-color: rgb(148,42,23); }
td.TdClassName
{
border-color: #942A17;
}
.TagClassName
{
border-color: #942A17;
}
</style>