Shades of Burnt Umber #93280A
Tints of Burnt Umber #93280A
RGB
CMYK
RGB Variations
Color information
#93280A (or 0x93280A) is known color: Burnt Umber. HEX triplet: 93, 28 and 0A. RGB value is (147,40,10). Sum of RGB (Red+Green+Blue) = 147+40+10=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #93280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93280A is #6CD7F5. Grayscale: #444444. Windows color (decimal): -7133174 or 665747. OLE color: 665747.
HSL color Cylindrical-coordinate representation of color #93280A: hue angle of 13.14º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93280A is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 40 | 10 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.42 |
| HSL | 13.14º | 0.87% | 0.31% | - |
| HSV(B) | 13.14º | 0.93% | 0.58% | - |
| XYZ | 12.85 | 7.74 | 1.1 | - |
| YUV | 68.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 40 | 10 | 0 | 0.73 | 0.93 | 0.42 | 13.14 | 0.87 | 0.31 |
| Hex | 93 | 28 | A | 0 | 49 | 5D | 2A | D | 57 | 1F |
| Octal | 223 | 50 | 12 | 0 | 111 | 135 | 52 | 15 | 127 | 37 |
| Binary | 10010011 | 101000 | 1010 | 0 | 1001001 | 1011101 | 101010 | 1101 | 1010111 | 11111 |
Color Harmonies of #93280A
Complementary color
Monochromatic Colors of #93280A
Black with #93280A
Text Example
Text Example
White with #93280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93280A; }
p { color: rgb(147,40,10); }
H1.HeaderClassName
{
color: #93280A;
}
.AnyTagClassName
{
color: #93280A;
}
</style>
background-color css
<style>
a { background-color: #93280A; }
a { background-color: rgb(147,40,10); }
div.DivClassName
{
background-color: #93280A;
}
.BgClassName
{
background-color: #93280A;
}
</style>
border-color css
<style>
span { border-color: #93280A; }
span { border-color: rgb(147,40,10); }
td.TdClassName
{
border-color: #93280A;
}
.TagClassName
{
border-color: #93280A;
}
</style>