Shades of Burnt Umber #923025
Tints of Burnt Umber #923025
RGB
CMYK
RGB Variations
Color information
#923025 (or 0x923025) is known color: Burnt Umber. HEX triplet: 92, 30 and 25. RGB value is (146,48,37). Sum of RGB (Red+Green+Blue) = 146+48+37=231 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.20% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 146 - color contains mainly: red. Hex color #923025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923025 is #6DCFDA. Grayscale: #4C4C4C. Windows color (decimal): -7196635 or 2437266. OLE color: 2437266.
HSL color Cylindrical-coordinate representation of color #923025: hue angle of 6.06º 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 #923025 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 48 | 37 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.43 |
| HSL | 6.06º | 0.6% | 0.36% | - |
| HSV(B) | 6.06º | 0.75% | 0.57% | - |
| XYZ | 13.24 | 8.36 | 2.67 | - |
| YUV | 76.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 37 | 0 | 0.67 | 0.75 | 0.43 | 6.06 | 0.6 | 0.36 |
| Hex | 92 | 30 | 25 | 0 | 43 | 4B | 2B | 6 | 3C | 24 |
| Octal | 222 | 60 | 45 | 0 | 103 | 113 | 53 | 6 | 74 | 44 |
| Binary | 10010010 | 110000 | 100101 | 0 | 1000011 | 1001011 | 101011 | 110 | 111100 | 100100 |
Color Harmonies of #923025
Complementary color
Monochromatic Colors of #923025
Black with #923025
Text Example
Text Example
White with #923025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923025; }
p { color: rgb(146,48,37); }
H1.HeaderClassName
{
color: #923025;
}
.AnyTagClassName
{
color: #923025;
}
</style>
background-color css
<style>
a { background-color: #923025; }
a { background-color: rgb(146,48,37); }
div.DivClassName
{
background-color: #923025;
}
.BgClassName
{
background-color: #923025;
}
</style>
border-color css
<style>
span { border-color: #923025; }
span { border-color: rgb(146,48,37); }
td.TdClassName
{
border-color: #923025;
}
.TagClassName
{
border-color: #923025;
}
</style>