Shades of Burnt Umber #982D1D
Tints of Burnt Umber #982D1D
RGB
CMYK
RGB Variations
Color information
#982D1D (or 0x982D1D) is known color: Burnt Umber. HEX triplet: 98, 2D and 1D. RGB value is (152,45,29). Sum of RGB (Red+Green+Blue) = 152+45+29=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #982D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982D1D is #67D2E2. Grayscale: #4B4B4B. Windows color (decimal): -6804195 or 1912216. OLE color: 1912216.
HSL color Cylindrical-coordinate representation of color #982D1D: hue angle of 7.8º 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 #982D1D is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 45 | 29 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.40 |
| HSL | 7.8º | 0.68% | 0.35% | - |
| HSV(B) | 7.8º | 0.81% | 0.6% | - |
| XYZ | 14.11 | 8.64 | 2.09 | - |
| YUV | 75.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 29 | 0 | 0.70 | 0.81 | 0.40 | 7.8 | 0.68 | 0.35 |
| Hex | 98 | 2D | 1D | 0 | 46 | 51 | 28 | 8 | 44 | 23 |
| Octal | 230 | 55 | 35 | 0 | 106 | 121 | 50 | 10 | 104 | 43 |
| Binary | 10011000 | 101101 | 11101 | 0 | 1000110 | 1010001 | 101000 | 1000 | 1000100 | 100011 |
Color Harmonies of #982D1D
Complementary color
Monochromatic Colors of #982D1D
Black with #982D1D
Text Example
Text Example
White with #982D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982D1D; }
p { color: rgb(152,45,29); }
H1.HeaderClassName
{
color: #982D1D;
}
.AnyTagClassName
{
color: #982D1D;
}
</style>
background-color css
<style>
a { background-color: #982D1D; }
a { background-color: rgb(152,45,29); }
div.DivClassName
{
background-color: #982D1D;
}
.BgClassName
{
background-color: #982D1D;
}
</style>
border-color css
<style>
span { border-color: #982D1D; }
span { border-color: rgb(152,45,29); }
td.TdClassName
{
border-color: #982D1D;
}
.TagClassName
{
border-color: #982D1D;
}
</style>