Shades of Burnt Umber #922F25
Tints of Burnt Umber #922F25
RGB
CMYK
RGB Variations
Color information
#922F25 (or 0x922F25) is known color: Burnt Umber. HEX triplet: 92, 2F and 25. RGB value is (146,47,37). Sum of RGB (Red+Green+Blue) = 146+47+37=230 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.48% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 146 - color contains mainly: red. Hex color #922F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922F25 is #6DD0DA. Grayscale: #4B4B4B. Windows color (decimal): -7196891 or 2437010. OLE color: 2437010.
HSL color Cylindrical-coordinate representation of color #922F25: hue angle of 5.5º 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 #922F25 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 47 | 37 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.43 |
| HSL | 5.5º | 0.6% | 0.36% | - |
| HSV(B) | 5.5º | 0.75% | 0.57% | - |
| XYZ | 13.2 | 8.28 | 2.65 | - |
| YUV | 75.46 | 106.3 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 47 | 37 | 0 | 0.68 | 0.75 | 0.43 | 5.5 | 0.6 | 0.36 |
| Hex | 92 | 2F | 25 | 0 | 44 | 4B | 2B | 6 | 3C | 24 |
| Octal | 222 | 57 | 45 | 0 | 104 | 113 | 53 | 6 | 74 | 44 |
| Binary | 10010010 | 101111 | 100101 | 0 | 1000100 | 1001011 | 101011 | 110 | 111100 | 100100 |
Color Harmonies of #922F25
Complementary color
Monochromatic Colors of #922F25
Black with #922F25
Text Example
Text Example
White with #922F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922F25; }
p { color: rgb(146,47,37); }
H1.HeaderClassName
{
color: #922F25;
}
.AnyTagClassName
{
color: #922F25;
}
</style>
background-color css
<style>
a { background-color: #922F25; }
a { background-color: rgb(146,47,37); }
div.DivClassName
{
background-color: #922F25;
}
.BgClassName
{
background-color: #922F25;
}
</style>
border-color css
<style>
span { border-color: #922F25; }
span { border-color: rgb(146,47,37); }
td.TdClassName
{
border-color: #922F25;
}
.TagClassName
{
border-color: #922F25;
}
</style>