Shades of Burnt Umber #93270D
Tints of Burnt Umber #93270D
RGB
CMYK
RGB Variations
Color information
#93270D (or 0x93270D) is known color: Burnt Umber. HEX triplet: 93, 27 and 0D. RGB value is (147,39,13). Sum of RGB (Red+Green+Blue) = 147+39+13=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #93270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93270D is #6CD8F2. Grayscale: #444444. Windows color (decimal): -7133427 or 862099. OLE color: 862099.
HSL color Cylindrical-coordinate representation of color #93270D: hue angle of 11.64º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93270D is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 39 | 13 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.42 |
| HSL | 11.64º | 0.84% | 0.31% | - |
| HSV(B) | 11.64º | 0.91% | 0.58% | - |
| XYZ | 12.83 | 7.68 | 1.19 | - |
| YUV | 68.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 39 | 13 | 0 | 0.73 | 0.91 | 0.42 | 11.64 | 0.84 | 0.31 |
| Hex | 93 | 27 | D | 0 | 49 | 5B | 2A | C | 54 | 1F |
| Octal | 223 | 47 | 15 | 0 | 111 | 133 | 52 | 14 | 124 | 37 |
| Binary | 10010011 | 100111 | 1101 | 0 | 1001001 | 1011011 | 101010 | 1100 | 1010100 | 11111 |
Color Harmonies of #93270D
Complementary color
Monochromatic Colors of #93270D
Black with #93270D
Text Example
Text Example
White with #93270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93270D; }
p { color: rgb(147,39,13); }
H1.HeaderClassName
{
color: #93270D;
}
.AnyTagClassName
{
color: #93270D;
}
</style>
background-color css
<style>
a { background-color: #93270D; }
a { background-color: rgb(147,39,13); }
div.DivClassName
{
background-color: #93270D;
}
.BgClassName
{
background-color: #93270D;
}
</style>
border-color css
<style>
span { border-color: #93270D; }
span { border-color: rgb(147,39,13); }
td.TdClassName
{
border-color: #93270D;
}
.TagClassName
{
border-color: #93270D;
}
</style>