Shades of Burnt Umber #91331C
Tints of Burnt Umber #91331C
RGB
CMYK
RGB Variations
Color information
#91331C (or 0x91331C) is known color: Burnt Umber. HEX triplet: 91, 33 and 1C. RGB value is (145,51,28). Sum of RGB (Red+Green+Blue) = 145+51+28=224 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.73% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 145 - color contains mainly: red. Hex color #91331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91331C is #6ECCE3. Grayscale: #4C4C4C. Windows color (decimal): -7261412 or 1848209. OLE color: 1848209.
HSL color Cylindrical-coordinate representation of color #91331C: hue angle of 11.79º degrees, saturation: 0.68, 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 #91331C is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 51 | 28 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.43 |
| HSL | 11.79º | 0.68% | 0.34% | - |
| HSV(B) | 11.79º | 0.81% | 0.57% | - |
| XYZ | 13.07 | 8.47 | 2.04 | - |
| YUV | 76.48 | 100.64 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 51 | 28 | 0 | 0.65 | 0.81 | 0.43 | 11.79 | 0.68 | 0.34 |
| Hex | 91 | 33 | 1C | 0 | 41 | 51 | 2B | C | 44 | 22 |
| Octal | 221 | 63 | 34 | 0 | 101 | 121 | 53 | 14 | 104 | 42 |
| Binary | 10010001 | 110011 | 11100 | 0 | 1000001 | 1010001 | 101011 | 1100 | 1000100 | 100010 |
Color Harmonies of #91331C
Complementary color
Monochromatic Colors of #91331C
Black with #91331C
Text Example
Text Example
White with #91331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91331C; }
p { color: rgb(145,51,28); }
H1.HeaderClassName
{
color: #91331C;
}
.AnyTagClassName
{
color: #91331C;
}
</style>
background-color css
<style>
a { background-color: #91331C; }
a { background-color: rgb(145,51,28); }
div.DivClassName
{
background-color: #91331C;
}
.BgClassName
{
background-color: #91331C;
}
</style>
border-color css
<style>
span { border-color: #91331C; }
span { border-color: rgb(145,51,28); }
td.TdClassName
{
border-color: #91331C;
}
.TagClassName
{
border-color: #91331C;
}
</style>