Shades of Burnt Umber #942A0B
Tints of Burnt Umber #942A0B
RGB
CMYK
RGB Variations
Color information
#942A0B (or 0x942A0B) is known color: Burnt Umber. HEX triplet: 94, 2A and 0B. RGB value is (148,42,11). Sum of RGB (Red+Green+Blue) = 148+42+11=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #942A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942A0B is #6BD5F4. Grayscale: #464646. Windows color (decimal): -7067125 or 731796. OLE color: 731796.
HSL color Cylindrical-coordinate representation of color #942A0B: hue angle of 13.58º degrees, saturation: 0.86, 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 #942A0B is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 42 | 11 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.42 |
| HSL | 13.58º | 0.86% | 0.31% | - |
| HSV(B) | 13.58º | 0.93% | 0.58% | - |
| XYZ | 13.1 | 7.98 | 1.17 | - |
| YUV | 70.16 | 94.62 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 11 | 0 | 0.72 | 0.93 | 0.42 | 13.58 | 0.86 | 0.31 |
| Hex | 94 | 2A | B | 0 | 48 | 5D | 2A | E | 56 | 1F |
| Octal | 224 | 52 | 13 | 0 | 110 | 135 | 52 | 16 | 126 | 37 |
| Binary | 10010100 | 101010 | 1011 | 0 | 1001000 | 1011101 | 101010 | 1110 | 1010110 | 11111 |
Color Harmonies of #942A0B
Complementary color
Monochromatic Colors of #942A0B
Black with #942A0B
Text Example
Text Example
White with #942A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942A0B; }
p { color: rgb(148,42,11); }
H1.HeaderClassName
{
color: #942A0B;
}
.AnyTagClassName
{
color: #942A0B;
}
</style>
background-color css
<style>
a { background-color: #942A0B; }
a { background-color: rgb(148,42,11); }
div.DivClassName
{
background-color: #942A0B;
}
.BgClassName
{
background-color: #942A0B;
}
</style>
border-color css
<style>
span { border-color: #942A0B; }
span { border-color: rgb(148,42,11); }
td.TdClassName
{
border-color: #942A0B;
}
.TagClassName
{
border-color: #942A0B;
}
</style>