Shades of Burnt Umber #913A1A
Tints of Burnt Umber #913A1A
RGB
CMYK
RGB Variations
Color information
#913A1A (or 0x913A1A) is known color: Burnt Umber. HEX triplet: 91, 3A and 1A. RGB value is (145,58,26). Sum of RGB (Red+Green+Blue) = 145+58+26=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #913A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913A1A is #6EC5E5. Grayscale: #505050. Windows color (decimal): -7259622 or 1718929. OLE color: 1718929.
HSL color Cylindrical-coordinate representation of color #913A1A: hue angle of 16.13º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #913A1A is Cyan = 0, Magento = 0.6, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 58 | 26 | - |
| CMYK | 0 | 0.6 | 0.82 | 0.43 |
| HSL | 16.13º | 0.7% | 0.34% | - |
| HSV(B) | 16.13º | 0.82% | 0.57% | - |
| XYZ | 13.38 | 9.12 | 2.03 | - |
| YUV | 80.37 | 97.32 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 26 | 0 | 0.6 | 0.82 | 0.43 | 16.13 | 0.7 | 0.34 |
| Hex | 91 | 3A | 1A | 0 | 3C | 52 | 2B | 10 | 46 | 22 |
| Octal | 221 | 72 | 32 | 0 | 74 | 122 | 53 | 20 | 106 | 42 |
| Binary | 10010001 | 111010 | 11010 | 0 | 111100 | 1010010 | 101011 | 10000 | 1000110 | 100010 |
Color Harmonies of #913A1A
Complementary color
Monochromatic Colors of #913A1A
Black with #913A1A
Text Example
Text Example
White with #913A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913A1A; }
p { color: rgb(145,58,26); }
H1.HeaderClassName
{
color: #913A1A;
}
.AnyTagClassName
{
color: #913A1A;
}
</style>
background-color css
<style>
a { background-color: #913A1A; }
a { background-color: rgb(145,58,26); }
div.DivClassName
{
background-color: #913A1A;
}
.BgClassName
{
background-color: #913A1A;
}
</style>
border-color css
<style>
span { border-color: #913A1A; }
span { border-color: rgb(145,58,26); }
td.TdClassName
{
border-color: #913A1A;
}
.TagClassName
{
border-color: #913A1A;
}
</style>