Shades of Burnt Umber #942A0A
Tints of Burnt Umber #942A0A
RGB
CMYK
RGB Variations
Color information
#942A0A (or 0x942A0A) is known color: Burnt Umber. HEX triplet: 94, 2A and 0A. RGB value is (148,42,10). Sum of RGB (Red+Green+Blue) = 148+42+10=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #942A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942A0A is #6BD5F5. Grayscale: #464646. Windows color (decimal): -7067126 or 666260. OLE color: 666260.
HSL color Cylindrical-coordinate representation of color #942A0A: hue angle of 13.91º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #942A0A is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 42 | 10 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.42 |
| HSL | 13.91º | 0.87% | 0.31% | - |
| HSV(B) | 13.91º | 0.93% | 0.58% | - |
| XYZ | 13.1 | 7.97 | 1.14 | - |
| YUV | 70.05 | 94.12 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 10 | 0 | 0.72 | 0.93 | 0.42 | 13.91 | 0.87 | 0.31 |
| Hex | 94 | 2A | A | 0 | 48 | 5D | 2A | E | 57 | 1F |
| Octal | 224 | 52 | 12 | 0 | 110 | 135 | 52 | 16 | 127 | 37 |
| Binary | 10010100 | 101010 | 1010 | 0 | 1001000 | 1011101 | 101010 | 1110 | 1010111 | 11111 |
Color Harmonies of #942A0A
Complementary color
Monochromatic Colors of #942A0A
Black with #942A0A
Text Example
Text Example
White with #942A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942A0A; }
p { color: rgb(148,42,10); }
H1.HeaderClassName
{
color: #942A0A;
}
.AnyTagClassName
{
color: #942A0A;
}
</style>
background-color css
<style>
a { background-color: #942A0A; }
a { background-color: rgb(148,42,10); }
div.DivClassName
{
background-color: #942A0A;
}
.BgClassName
{
background-color: #942A0A;
}
</style>
border-color css
<style>
span { border-color: #942A0A; }
span { border-color: rgb(148,42,10); }
td.TdClassName
{
border-color: #942A0A;
}
.TagClassName
{
border-color: #942A0A;
}
</style>