Shades of Burnt Umber #922D1F
Tints of Burnt Umber #922D1F
RGB
CMYK
RGB Variations
Color information
#922D1F (or 0x922D1F) is known color: Burnt Umber. HEX triplet: 92, 2D and 1F. RGB value is (146,45,31). Sum of RGB (Red+Green+Blue) = 146+45+31=222 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.77% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 146 - color contains mainly: red. Hex color #922D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922D1F is #6DD2E0. Grayscale: #494949. Windows color (decimal): -7197409 or 2043282. OLE color: 2043282.
HSL color Cylindrical-coordinate representation of color #922D1F: hue angle of 7.3º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #922D1F is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 45 | 31 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.43 |
| HSL | 7.3º | 0.65% | 0.35% | - |
| HSV(B) | 7.3º | 0.79% | 0.57% | - |
| XYZ | 13.04 | 8.09 | 2.17 | - |
| YUV | 73.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 31 | 0 | 0.69 | 0.79 | 0.43 | 7.3 | 0.65 | 0.35 |
| Hex | 92 | 2D | 1F | 0 | 45 | 4F | 2B | 7 | 41 | 23 |
| Octal | 222 | 55 | 37 | 0 | 105 | 117 | 53 | 7 | 101 | 43 |
| Binary | 10010010 | 101101 | 11111 | 0 | 1000101 | 1001111 | 101011 | 111 | 1000001 | 100011 |
Color Harmonies of #922D1F
Complementary color
Monochromatic Colors of #922D1F
Black with #922D1F
Text Example
Text Example
White with #922D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922D1F; }
p { color: rgb(146,45,31); }
H1.HeaderClassName
{
color: #922D1F;
}
.AnyTagClassName
{
color: #922D1F;
}
</style>
background-color css
<style>
a { background-color: #922D1F; }
a { background-color: rgb(146,45,31); }
div.DivClassName
{
background-color: #922D1F;
}
.BgClassName
{
background-color: #922D1F;
}
</style>
border-color css
<style>
span { border-color: #922D1F; }
span { border-color: rgb(146,45,31); }
td.TdClassName
{
border-color: #922D1F;
}
.TagClassName
{
border-color: #922D1F;
}
</style>