Shades of Burnt Umber #91341D
Tints of Burnt Umber #91341D
RGB
CMYK
RGB Variations
Color information
#91341D (or 0x91341D) is known color: Burnt Umber. HEX triplet: 91, 34 and 1D. RGB value is (145,52,29). Sum of RGB (Red+Green+Blue) = 145+52+29=226 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.16% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 145 - color contains mainly: red. Hex color #91341D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91341D is #6ECBE2. Grayscale: #4D4D4D. Windows color (decimal): -7261155 or 1914001. OLE color: 1914001.
HSL color Cylindrical-coordinate representation of color #91341D: hue angle of 11.9º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #91341D is Cyan = 0, Magento = 0.64, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 52 | 29 | - |
| CMYK | 0 | 0.64 | 0.8 | 0.43 |
| HSL | 11.9º | 0.67% | 0.34% | - |
| HSV(B) | 11.9º | 0.8% | 0.57% | - |
| XYZ | 13.13 | 8.56 | 2.12 | - |
| YUV | 77.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 52 | 29 | 0 | 0.64 | 0.8 | 0.43 | 11.9 | 0.67 | 0.34 |
| Hex | 91 | 34 | 1D | 0 | 40 | 50 | 2B | C | 43 | 22 |
| Octal | 221 | 64 | 35 | 0 | 100 | 120 | 53 | 14 | 103 | 42 |
| Binary | 10010001 | 110100 | 11101 | 0 | 1000000 | 1010000 | 101011 | 1100 | 1000011 | 100010 |
Color Harmonies of #91341D
Complementary color
Monochromatic Colors of #91341D
Black with #91341D
Text Example
Text Example
White with #91341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91341D; }
p { color: rgb(145,52,29); }
H1.HeaderClassName
{
color: #91341D;
}
.AnyTagClassName
{
color: #91341D;
}
</style>
background-color css
<style>
a { background-color: #91341D; }
a { background-color: rgb(145,52,29); }
div.DivClassName
{
background-color: #91341D;
}
.BgClassName
{
background-color: #91341D;
}
</style>
border-color css
<style>
span { border-color: #91341D; }
span { border-color: rgb(145,52,29); }
td.TdClassName
{
border-color: #91341D;
}
.TagClassName
{
border-color: #91341D;
}
</style>