Shades of Burnt Umber #93280E
Tints of Burnt Umber #93280E
RGB
CMYK
RGB Variations
Color information
#93280E (or 0x93280E) is known color: Burnt Umber. HEX triplet: 93, 28 and 0E. RGB value is (147,40,14). Sum of RGB (Red+Green+Blue) = 147+40+14=201 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.13% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 147 - color contains mainly: red. Hex color #93280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93280E is #6CD7F1. Grayscale: #454545. Windows color (decimal): -7133170 or 927891. OLE color: 927891.
HSL color Cylindrical-coordinate representation of color #93280E: hue angle of 11.73º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93280E is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 40 | 14 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.42 |
| HSL | 11.73º | 0.83% | 0.32% | - |
| HSV(B) | 11.73º | 0.9% | 0.58% | - |
| XYZ | 12.87 | 7.75 | 1.23 | - |
| YUV | 69.03 | 96.95 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 40 | 14 | 0 | 0.73 | 0.90 | 0.42 | 11.73 | 0.83 | 0.32 |
| Hex | 93 | 28 | E | 0 | 49 | 5A | 2A | C | 53 | 20 |
| Octal | 223 | 50 | 16 | 0 | 111 | 132 | 52 | 14 | 123 | 40 |
| Binary | 10010011 | 101000 | 1110 | 0 | 1001001 | 1011010 | 101010 | 1100 | 1010011 | 100000 |
Color Harmonies of #93280E
Complementary color
Monochromatic Colors of #93280E
Black with #93280E
Text Example
Text Example
White with #93280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93280E; }
p { color: rgb(147,40,14); }
H1.HeaderClassName
{
color: #93280E;
}
.AnyTagClassName
{
color: #93280E;
}
</style>
background-color css
<style>
a { background-color: #93280E; }
a { background-color: rgb(147,40,14); }
div.DivClassName
{
background-color: #93280E;
}
.BgClassName
{
background-color: #93280E;
}
</style>
border-color css
<style>
span { border-color: #93280E; }
span { border-color: rgb(147,40,14); }
td.TdClassName
{
border-color: #93280E;
}
.TagClassName
{
border-color: #93280E;
}
</style>