Shades of Burnt Umber #913412
Tints of Burnt Umber #913412
RGB
CMYK
RGB Variations
Color information
#913412 (or 0x913412) is known color: Burnt Umber. HEX triplet: 91, 34 and 12. RGB value is (145,52,18). Sum of RGB (Red+Green+Blue) = 145+52+18=215 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.44% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 145 - color contains mainly: red. Hex color #913412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913412 is #6ECBED. Grayscale: #4C4C4C. Windows color (decimal): -7261166 or 1193105. OLE color: 1193105.
HSL color Cylindrical-coordinate representation of color #913412: hue angle of 16.06º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #913412 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 52 | 18 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.43 |
| HSL | 16.06º | 0.78% | 0.32% | - |
| HSV(B) | 16.06º | 0.88% | 0.57% | - |
| XYZ | 13.01 | 8.52 | 1.53 | - |
| YUV | 75.93 | 95.31 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 52 | 18 | 0 | 0.64 | 0.88 | 0.43 | 16.06 | 0.78 | 0.32 |
| Hex | 91 | 34 | 12 | 0 | 40 | 58 | 2B | 10 | 4E | 20 |
| Octal | 221 | 64 | 22 | 0 | 100 | 130 | 53 | 20 | 116 | 40 |
| Binary | 10010001 | 110100 | 10010 | 0 | 1000000 | 1011000 | 101011 | 10000 | 1001110 | 100000 |
Color Harmonies of #913412
Complementary color
Monochromatic Colors of #913412
Black with #913412
Text Example
Text Example
White with #913412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913412; }
p { color: rgb(145,52,18); }
H1.HeaderClassName
{
color: #913412;
}
.AnyTagClassName
{
color: #913412;
}
</style>
background-color css
<style>
a { background-color: #913412; }
a { background-color: rgb(145,52,18); }
div.DivClassName
{
background-color: #913412;
}
.BgClassName
{
background-color: #913412;
}
</style>
border-color css
<style>
span { border-color: #913412; }
span { border-color: rgb(145,52,18); }
td.TdClassName
{
border-color: #913412;
}
.TagClassName
{
border-color: #913412;
}
</style>