Shades of Burnt Umber #912812
Tints of Burnt Umber #912812
RGB
CMYK
RGB Variations
Color information
#912812 (or 0x912812) is known color: Burnt Umber. HEX triplet: 91, 28 and 12. RGB value is (145,40,18). Sum of RGB (Red+Green+Blue) = 145+40+18=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #912812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912812 is #6ED7ED. Grayscale: #454545. Windows color (decimal): -7264238 or 1190033. OLE color: 1190033.
HSL color Cylindrical-coordinate representation of color #912812: hue angle of 10.39º 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 #912812 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 40 | 18 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.43 |
| HSL | 10.39º | 0.78% | 0.32% | - |
| HSV(B) | 10.39º | 0.88% | 0.57% | - |
| XYZ | 12.55 | 7.58 | 1.37 | - |
| YUV | 68.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 18 | 0 | 0.72 | 0.88 | 0.43 | 10.39 | 0.78 | 0.32 |
| Hex | 91 | 28 | 12 | 0 | 48 | 58 | 2B | A | 4E | 20 |
| Octal | 221 | 50 | 22 | 0 | 110 | 130 | 53 | 12 | 116 | 40 |
| Binary | 10010001 | 101000 | 10010 | 0 | 1001000 | 1011000 | 101011 | 1010 | 1001110 | 100000 |
Color Harmonies of #912812
Complementary color
Monochromatic Colors of #912812
Black with #912812
Text Example
Text Example
White with #912812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912812; }
p { color: rgb(145,40,18); }
H1.HeaderClassName
{
color: #912812;
}
.AnyTagClassName
{
color: #912812;
}
</style>
background-color css
<style>
a { background-color: #912812; }
a { background-color: rgb(145,40,18); }
div.DivClassName
{
background-color: #912812;
}
.BgClassName
{
background-color: #912812;
}
</style>
border-color css
<style>
span { border-color: #912812; }
span { border-color: rgb(145,40,18); }
td.TdClassName
{
border-color: #912812;
}
.TagClassName
{
border-color: #912812;
}
</style>