Shades of Burnt Umber #922D25
Tints of Burnt Umber #922D25
RGB
CMYK
RGB Variations
Color information
#922D25 (or 0x922D25) is known color: Burnt Umber. HEX triplet: 92, 2D and 25. RGB value is (146,45,37). Sum of RGB (Red+Green+Blue) = 146+45+37=228 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.04% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 146 - color contains mainly: red. Hex color #922D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922D25 is #6DD2DA. Grayscale: #4A4A4A. Windows color (decimal): -7197403 or 2436498. OLE color: 2436498.
HSL color Cylindrical-coordinate representation of color #922D25: hue angle of 4.4º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922D25 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 45 | 37 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.43 |
| HSL | 4.4º | 0.6% | 0.36% | - |
| HSV(B) | 4.4º | 0.75% | 0.57% | - |
| XYZ | 13.13 | 8.12 | 2.63 | - |
| YUV | 74.29 | 106.96 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 37 | 0 | 0.69 | 0.75 | 0.43 | 4.4 | 0.6 | 0.36 |
| Hex | 92 | 2D | 25 | 0 | 45 | 4B | 2B | 4 | 3C | 24 |
| Octal | 222 | 55 | 45 | 0 | 105 | 113 | 53 | 4 | 74 | 44 |
| Binary | 10010010 | 101101 | 100101 | 0 | 1000101 | 1001011 | 101011 | 100 | 111100 | 100100 |
Color Harmonies of #922D25
Complementary color
Monochromatic Colors of #922D25
Black with #922D25
Text Example
Text Example
White with #922D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922D25; }
p { color: rgb(146,45,37); }
H1.HeaderClassName
{
color: #922D25;
}
.AnyTagClassName
{
color: #922D25;
}
</style>
background-color css
<style>
a { background-color: #922D25; }
a { background-color: rgb(146,45,37); }
div.DivClassName
{
background-color: #922D25;
}
.BgClassName
{
background-color: #922D25;
}
</style>
border-color css
<style>
span { border-color: #922D25; }
span { border-color: rgb(146,45,37); }
td.TdClassName
{
border-color: #922D25;
}
.TagClassName
{
border-color: #922D25;
}
</style>