Shades of Burnt Umber #91311B
Tints of Burnt Umber #91311B
RGB
CMYK
RGB Variations
Color information
#91311B (or 0x91311B) is known color: Burnt Umber. HEX triplet: 91, 31 and 1B. RGB value is (145,49,27). Sum of RGB (Red+Green+Blue) = 145+49+27=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #91311B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91311B is #6ECEE4. Grayscale: #4B4B4B. Windows color (decimal): -7261925 or 1782161. OLE color: 1782161.
HSL color Cylindrical-coordinate representation of color #91311B: hue angle of 11.19º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91311B is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 49 | 27 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.43 |
| HSL | 11.19º | 0.69% | 0.34% | - |
| HSV(B) | 11.19º | 0.81% | 0.57% | - |
| XYZ | 12.97 | 8.3 | 1.95 | - |
| YUV | 75.2 | 100.8 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 49 | 27 | 0 | 0.66 | 0.81 | 0.43 | 11.19 | 0.69 | 0.34 |
| Hex | 91 | 31 | 1B | 0 | 42 | 51 | 2B | B | 45 | 22 |
| Octal | 221 | 61 | 33 | 0 | 102 | 121 | 53 | 13 | 105 | 42 |
| Binary | 10010001 | 110001 | 11011 | 0 | 1000010 | 1010001 | 101011 | 1011 | 1000101 | 100010 |
Color Harmonies of #91311B
Complementary color
Monochromatic Colors of #91311B
Black with #91311B
Text Example
Text Example
White with #91311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91311B; }
p { color: rgb(145,49,27); }
H1.HeaderClassName
{
color: #91311B;
}
.AnyTagClassName
{
color: #91311B;
}
</style>
background-color css
<style>
a { background-color: #91311B; }
a { background-color: rgb(145,49,27); }
div.DivClassName
{
background-color: #91311B;
}
.BgClassName
{
background-color: #91311B;
}
</style>
border-color css
<style>
span { border-color: #91311B; }
span { border-color: rgb(145,49,27); }
td.TdClassName
{
border-color: #91311B;
}
.TagClassName
{
border-color: #91311B;
}
</style>