Shades of Burnt Umber #982B0C
Tints of Burnt Umber #982B0C
RGB
CMYK
RGB Variations
Color information
#982B0C (or 0x982B0C) is known color: Burnt Umber. HEX triplet: 98, 2B and 0C. RGB value is (152,43,12). Sum of RGB (Red+Green+Blue) = 152+43+12=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #982B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982B0C is #67D4F3. Grayscale: #484848. Windows color (decimal): -6804724 or 797592. OLE color: 797592.
HSL color Cylindrical-coordinate representation of color #982B0C: hue angle of 13.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #982B0C is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 43 | 12 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.40 |
| HSL | 13.29º | 0.85% | 0.32% | - |
| HSV(B) | 13.29º | 0.92% | 0.6% | - |
| XYZ | 13.88 | 8.43 | 1.24 | - |
| YUV | 72.06 | 94.11 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 12 | 0 | 0.72 | 0.92 | 0.40 | 13.29 | 0.85 | 0.32 |
| Hex | 98 | 2B | C | 0 | 48 | 5C | 28 | D | 55 | 20 |
| Octal | 230 | 53 | 14 | 0 | 110 | 134 | 50 | 15 | 125 | 40 |
| Binary | 10011000 | 101011 | 1100 | 0 | 1001000 | 1011100 | 101000 | 1101 | 1010101 | 100000 |
Color Harmonies of #982B0C
Complementary color
Monochromatic Colors of #982B0C
Black with #982B0C
Text Example
Text Example
White with #982B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982B0C; }
p { color: rgb(152,43,12); }
H1.HeaderClassName
{
color: #982B0C;
}
.AnyTagClassName
{
color: #982B0C;
}
</style>
background-color css
<style>
a { background-color: #982B0C; }
a { background-color: rgb(152,43,12); }
div.DivClassName
{
background-color: #982B0C;
}
.BgClassName
{
background-color: #982B0C;
}
</style>
border-color css
<style>
span { border-color: #982B0C; }
span { border-color: rgb(152,43,12); }
td.TdClassName
{
border-color: #982B0C;
}
.TagClassName
{
border-color: #982B0C;
}
</style>