Shades of Burnt Umber #922D1B
Tints of Burnt Umber #922D1B
RGB
CMYK
RGB Variations
Color information
#922D1B (or 0x922D1B) is known color: Burnt Umber. HEX triplet: 92, 2D and 1B. RGB value is (146,45,27). Sum of RGB (Red+Green+Blue) = 146+45+27=218 (28% of max value = 765). Red value is 146 (57.42% from 255 or 66.97% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 146 - color contains mainly: red. Hex color #922D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922D1B is #6DD2E4. Grayscale: #494949. Windows color (decimal): -7197413 or 1781138. OLE color: 1781138.
HSL color Cylindrical-coordinate representation of color #922D1B: hue angle of 9.08º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #922D1B is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 45 | 27 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.43 |
| HSL | 9.08º | 0.69% | 0.34% | - |
| HSV(B) | 9.08º | 0.82% | 0.57% | - |
| XYZ | 12.99 | 8.07 | 1.91 | - |
| YUV | 73.15 | 101.96 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 27 | 0 | 0.69 | 0.82 | 0.43 | 9.08 | 0.69 | 0.34 |
| Hex | 92 | 2D | 1B | 0 | 45 | 52 | 2B | 9 | 45 | 22 |
| Octal | 222 | 55 | 33 | 0 | 105 | 122 | 53 | 11 | 105 | 42 |
| Binary | 10010010 | 101101 | 11011 | 0 | 1000101 | 1010010 | 101011 | 1001 | 1000101 | 100010 |
Color Harmonies of #922D1B
Complementary color
Monochromatic Colors of #922D1B
Black with #922D1B
Text Example
Text Example
White with #922D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922D1B; }
p { color: rgb(146,45,27); }
H1.HeaderClassName
{
color: #922D1B;
}
.AnyTagClassName
{
color: #922D1B;
}
</style>
background-color css
<style>
a { background-color: #922D1B; }
a { background-color: rgb(146,45,27); }
div.DivClassName
{
background-color: #922D1B;
}
.BgClassName
{
background-color: #922D1B;
}
</style>
border-color css
<style>
span { border-color: #922D1B; }
span { border-color: rgb(146,45,27); }
td.TdClassName
{
border-color: #922D1B;
}
.TagClassName
{
border-color: #922D1B;
}
</style>