Shades of Burnt Umber #923013
Tints of Burnt Umber #923013
RGB
CMYK
RGB Variations
Color information
#923013 (or 0x923013) is known color: Burnt Umber. HEX triplet: 92, 30 and 13. RGB value is (146,48,19). Sum of RGB (Red+Green+Blue) = 146+48+19=213 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.54% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 146 - color contains mainly: red. Hex color #923013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923013 is #6DCFEC. Grayscale: #4A4A4A. Windows color (decimal): -7196653 or 1257618. OLE color: 1257618.
HSL color Cylindrical-coordinate representation of color #923013: hue angle of 13.7º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #923013 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 48 | 19 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.43 |
| HSL | 13.7º | 0.77% | 0.32% | - |
| HSV(B) | 13.7º | 0.87% | 0.57% | - |
| XYZ | 13.03 | 8.27 | 1.53 | - |
| YUV | 74 | 96.97 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 19 | 0 | 0.67 | 0.87 | 0.43 | 13.7 | 0.77 | 0.32 |
| Hex | 92 | 30 | 13 | 0 | 43 | 57 | 2B | E | 4D | 20 |
| Octal | 222 | 60 | 23 | 0 | 103 | 127 | 53 | 16 | 115 | 40 |
| Binary | 10010010 | 110000 | 10011 | 0 | 1000011 | 1010111 | 101011 | 1110 | 1001101 | 100000 |
Color Harmonies of #923013
Complementary color
Monochromatic Colors of #923013
Black with #923013
Text Example
Text Example
White with #923013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923013; }
p { color: rgb(146,48,19); }
H1.HeaderClassName
{
color: #923013;
}
.AnyTagClassName
{
color: #923013;
}
</style>
background-color css
<style>
a { background-color: #923013; }
a { background-color: rgb(146,48,19); }
div.DivClassName
{
background-color: #923013;
}
.BgClassName
{
background-color: #923013;
}
</style>
border-color css
<style>
span { border-color: #923013; }
span { border-color: rgb(146,48,19); }
td.TdClassName
{
border-color: #923013;
}
.TagClassName
{
border-color: #923013;
}
</style>