Shades of Burnt Umber #922B1F
Tints of Burnt Umber #922B1F
RGB
CMYK
RGB Variations
Color information
#922B1F (or 0x922B1F) is known color: Burnt Umber. HEX triplet: 92, 2B and 1F. RGB value is (146,43,31). Sum of RGB (Red+Green+Blue) = 146+43+31=220 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.36% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 146 - color contains mainly: red. Hex color #922B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922B1F is #6DD4E0. Grayscale: #484848. Windows color (decimal): -7197921 or 2042770. OLE color: 2042770.
HSL color Cylindrical-coordinate representation of color #922B1F: hue angle of 6.26º 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 #922B1F is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 43 | 31 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.43 |
| HSL | 6.26º | 0.65% | 0.35% | - |
| HSV(B) | 6.26º | 0.79% | 0.57% | - |
| XYZ | 12.97 | 7.94 | 2.15 | - |
| YUV | 72.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 43 | 31 | 0 | 0.71 | 0.79 | 0.43 | 6.26 | 0.65 | 0.35 |
| Hex | 92 | 2B | 1F | 0 | 47 | 4F | 2B | 6 | 41 | 23 |
| Octal | 222 | 53 | 37 | 0 | 107 | 117 | 53 | 6 | 101 | 43 |
| Binary | 10010010 | 101011 | 11111 | 0 | 1000111 | 1001111 | 101011 | 110 | 1000001 | 100011 |
Color Harmonies of #922B1F
Complementary color
Monochromatic Colors of #922B1F
Black with #922B1F
Text Example
Text Example
White with #922B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922B1F; }
p { color: rgb(146,43,31); }
H1.HeaderClassName
{
color: #922B1F;
}
.AnyTagClassName
{
color: #922B1F;
}
</style>
background-color css
<style>
a { background-color: #922B1F; }
a { background-color: rgb(146,43,31); }
div.DivClassName
{
background-color: #922B1F;
}
.BgClassName
{
background-color: #922B1F;
}
</style>
border-color css
<style>
span { border-color: #922B1F; }
span { border-color: rgb(146,43,31); }
td.TdClassName
{
border-color: #922B1F;
}
.TagClassName
{
border-color: #922B1F;
}
</style>