Shades of Burnt Umber #942B0A
Tints of Burnt Umber #942B0A
RGB
CMYK
RGB Variations
Color information
#942B0A (or 0x942B0A) is known color: Burnt Umber. HEX triplet: 94, 2B and 0A. RGB value is (148,43,10). Sum of RGB (Red+Green+Blue) = 148+43+10=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #942B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942B0A is #6BD4F5. Grayscale: #464646. Windows color (decimal): -7066870 or 666516. OLE color: 666516.
HSL color Cylindrical-coordinate representation of color #942B0A: hue angle of 14.35º 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 #942B0A is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 10 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.42 |
| HSL | 14.35º | 0.87% | 0.31% | - |
| HSV(B) | 14.35º | 0.93% | 0.58% | - |
| XYZ | 13.13 | 8.05 | 1.15 | - |
| YUV | 70.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 10 | 0 | 0.71 | 0.93 | 0.42 | 14.35 | 0.87 | 0.31 |
| Hex | 94 | 2B | A | 0 | 47 | 5D | 2A | E | 57 | 1F |
| Octal | 224 | 53 | 12 | 0 | 107 | 135 | 52 | 16 | 127 | 37 |
| Binary | 10010100 | 101011 | 1010 | 0 | 1000111 | 1011101 | 101010 | 1110 | 1010111 | 11111 |
Color Harmonies of #942B0A
Complementary color
Monochromatic Colors of #942B0A
Black with #942B0A
Text Example
Text Example
White with #942B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B0A; }
p { color: rgb(148,43,10); }
H1.HeaderClassName
{
color: #942B0A;
}
.AnyTagClassName
{
color: #942B0A;
}
</style>
background-color css
<style>
a { background-color: #942B0A; }
a { background-color: rgb(148,43,10); }
div.DivClassName
{
background-color: #942B0A;
}
.BgClassName
{
background-color: #942B0A;
}
</style>
border-color css
<style>
span { border-color: #942B0A; }
span { border-color: rgb(148,43,10); }
td.TdClassName
{
border-color: #942B0A;
}
.TagClassName
{
border-color: #942B0A;
}
</style>