Shades of Burnt Umber #91301B
Tints of Burnt Umber #91301B
RGB
CMYK
RGB Variations
Color information
#91301B (or 0x91301B) is known color: Burnt Umber. HEX triplet: 91, 30 and 1B. RGB value is (145,48,27). Sum of RGB (Red+Green+Blue) = 145+48+27=220 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.91% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 145 - color contains mainly: red. Hex color #91301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91301B is #6ECFE4. Grayscale: #4A4A4A. Windows color (decimal): -7262181 or 1781905. OLE color: 1781905.
HSL color Cylindrical-coordinate representation of color #91301B: hue angle of 10.68º 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 #91301B is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 48 | 27 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.43 |
| HSL | 10.68º | 0.69% | 0.34% | - |
| HSV(B) | 10.68º | 0.81% | 0.57% | - |
| XYZ | 12.93 | 8.21 | 1.94 | - |
| YUV | 74.61 | 101.14 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 27 | 0 | 0.67 | 0.81 | 0.43 | 10.68 | 0.69 | 0.34 |
| Hex | 91 | 30 | 1B | 0 | 43 | 51 | 2B | B | 45 | 22 |
| Octal | 221 | 60 | 33 | 0 | 103 | 121 | 53 | 13 | 105 | 42 |
| Binary | 10010001 | 110000 | 11011 | 0 | 1000011 | 1010001 | 101011 | 1011 | 1000101 | 100010 |
Color Harmonies of #91301B
Complementary color
Monochromatic Colors of #91301B
Black with #91301B
Text Example
Text Example
White with #91301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91301B; }
p { color: rgb(145,48,27); }
H1.HeaderClassName
{
color: #91301B;
}
.AnyTagClassName
{
color: #91301B;
}
</style>
background-color css
<style>
a { background-color: #91301B; }
a { background-color: rgb(145,48,27); }
div.DivClassName
{
background-color: #91301B;
}
.BgClassName
{
background-color: #91301B;
}
</style>
border-color css
<style>
span { border-color: #91301B; }
span { border-color: rgb(145,48,27); }
td.TdClassName
{
border-color: #91301B;
}
.TagClassName
{
border-color: #91301B;
}
</style>