Shades of Burnt Umber #922A13
Tints of Burnt Umber #922A13
RGB
CMYK
RGB Variations
Color information
#922A13 (or 0x922A13) is known color: Burnt Umber. HEX triplet: 92, 2A and 13. RGB value is (146,42,19). Sum of RGB (Red+Green+Blue) = 146+42+19=207 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.53% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 146 - color contains mainly: red. Hex color #922A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922A13 is #6DD5EC. Grayscale: #464646. Windows color (decimal): -7198189 or 1256082. OLE color: 1256082.
HSL color Cylindrical-coordinate representation of color #922A13: hue angle of 10.87º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #922A13 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 42 | 19 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.43 |
| HSL | 10.87º | 0.77% | 0.32% | - |
| HSV(B) | 10.87º | 0.87% | 0.57% | - |
| XYZ | 12.8 | 7.81 | 1.45 | - |
| YUV | 70.47 | 98.96 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 42 | 19 | 0 | 0.71 | 0.87 | 0.43 | 10.87 | 0.77 | 0.32 |
| Hex | 92 | 2A | 13 | 0 | 47 | 57 | 2B | B | 4D | 20 |
| Octal | 222 | 52 | 23 | 0 | 107 | 127 | 53 | 13 | 115 | 40 |
| Binary | 10010010 | 101010 | 10011 | 0 | 1000111 | 1010111 | 101011 | 1011 | 1001101 | 100000 |
Color Harmonies of #922A13
Complementary color
Monochromatic Colors of #922A13
Black with #922A13
Text Example
Text Example
White with #922A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922A13; }
p { color: rgb(146,42,19); }
H1.HeaderClassName
{
color: #922A13;
}
.AnyTagClassName
{
color: #922A13;
}
</style>
background-color css
<style>
a { background-color: #922A13; }
a { background-color: rgb(146,42,19); }
div.DivClassName
{
background-color: #922A13;
}
.BgClassName
{
background-color: #922A13;
}
</style>
border-color css
<style>
span { border-color: #922A13; }
span { border-color: rgb(146,42,19); }
td.TdClassName
{
border-color: #922A13;
}
.TagClassName
{
border-color: #922A13;
}
</style>