Shades of Burnt Umber #982E1D
Tints of Burnt Umber #982E1D
RGB
CMYK
RGB Variations
Color information
#982E1D (or 0x982E1D) is known color: Burnt Umber. HEX triplet: 98, 2E and 1D. RGB value is (152,46,29). Sum of RGB (Red+Green+Blue) = 152+46+29=227 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.96% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 152 - color contains mainly: red. Hex color #982E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982E1D is #67D1E2. Grayscale: #4B4B4B. Windows color (decimal): -6803939 or 1912472. OLE color: 1912472.
HSL color Cylindrical-coordinate representation of color #982E1D: hue angle of 8.29º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982E1D is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 46 | 29 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.40 |
| HSL | 8.29º | 0.68% | 0.35% | - |
| HSV(B) | 8.29º | 0.81% | 0.6% | - |
| XYZ | 14.15 | 8.72 | 2.1 | - |
| YUV | 75.76 | 101.62 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 46 | 29 | 0 | 0.70 | 0.81 | 0.40 | 8.29 | 0.68 | 0.35 |
| Hex | 98 | 2E | 1D | 0 | 46 | 51 | 28 | 8 | 44 | 23 |
| Octal | 230 | 56 | 35 | 0 | 106 | 121 | 50 | 10 | 104 | 43 |
| Binary | 10011000 | 101110 | 11101 | 0 | 1000110 | 1010001 | 101000 | 1000 | 1000100 | 100011 |
Color Harmonies of #982E1D
Complementary color
Monochromatic Colors of #982E1D
Black with #982E1D
Text Example
Text Example
White with #982E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982E1D; }
p { color: rgb(152,46,29); }
H1.HeaderClassName
{
color: #982E1D;
}
.AnyTagClassName
{
color: #982E1D;
}
</style>
background-color css
<style>
a { background-color: #982E1D; }
a { background-color: rgb(152,46,29); }
div.DivClassName
{
background-color: #982E1D;
}
.BgClassName
{
background-color: #982E1D;
}
</style>
border-color css
<style>
span { border-color: #982E1D; }
span { border-color: rgb(152,46,29); }
td.TdClassName
{
border-color: #982E1D;
}
.TagClassName
{
border-color: #982E1D;
}
</style>