Shades of Burnt Umber #982C0E
Tints of Burnt Umber #982C0E
RGB
CMYK
RGB Variations
Color information
#982C0E (or 0x982C0E) is known color: Burnt Umber. HEX triplet: 98, 2C and 0E. RGB value is (152,44,14). Sum of RGB (Red+Green+Blue) = 152+44+14=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #982C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982C0E is #67D3F1. Grayscale: #494949. Windows color (decimal): -6804466 or 928920. OLE color: 928920.
HSL color Cylindrical-coordinate representation of color #982C0E: hue angle of 13.04º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #982C0E is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 14 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.40 |
| HSL | 13.04º | 0.83% | 0.33% | - |
| HSV(B) | 13.04º | 0.91% | 0.6% | - |
| XYZ | 13.93 | 8.51 | 1.32 | - |
| YUV | 72.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 14 | 0 | 0.71 | 0.91 | 0.40 | 13.04 | 0.83 | 0.33 |
| Hex | 98 | 2C | E | 0 | 47 | 5B | 28 | D | 53 | 21 |
| Octal | 230 | 54 | 16 | 0 | 107 | 133 | 50 | 15 | 123 | 41 |
| Binary | 10011000 | 101100 | 1110 | 0 | 1000111 | 1011011 | 101000 | 1101 | 1010011 | 100001 |
Color Harmonies of #982C0E
Complementary color
Monochromatic Colors of #982C0E
Black with #982C0E
Text Example
Text Example
White with #982C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C0E; }
p { color: rgb(152,44,14); }
H1.HeaderClassName
{
color: #982C0E;
}
.AnyTagClassName
{
color: #982C0E;
}
</style>
background-color css
<style>
a { background-color: #982C0E; }
a { background-color: rgb(152,44,14); }
div.DivClassName
{
background-color: #982C0E;
}
.BgClassName
{
background-color: #982C0E;
}
</style>
border-color css
<style>
span { border-color: #982C0E; }
span { border-color: rgb(152,44,14); }
td.TdClassName
{
border-color: #982C0E;
}
.TagClassName
{
border-color: #982C0E;
}
</style>