Shades of Burnt Umber #98311C
Tints of Burnt Umber #98311C
RGB
CMYK
RGB Variations
Color information
#98311C (or 0x98311C) is known color: Burnt Umber. HEX triplet: 98, 31 and 1C. RGB value is (152,49,28). Sum of RGB (Red+Green+Blue) = 152+49+28=229 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.38% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 152 - color contains mainly: red. Hex color #98311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98311C is #67CEE3. Grayscale: #4D4D4D. Windows color (decimal): -6803172 or 1847704. OLE color: 1847704.
HSL color Cylindrical-coordinate representation of color #98311C: hue angle of 10.16º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98311C is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 28 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.40 |
| HSL | 10.16º | 0.69% | 0.35% | - |
| HSV(B) | 10.16º | 0.82% | 0.6% | - |
| XYZ | 14.26 | 8.96 | 2.08 | - |
| YUV | 77.4 | 100.12 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 28 | 0 | 0.68 | 0.82 | 0.40 | 10.16 | 0.69 | 0.35 |
| Hex | 98 | 31 | 1C | 0 | 44 | 52 | 28 | A | 45 | 23 |
| Octal | 230 | 61 | 34 | 0 | 104 | 122 | 50 | 12 | 105 | 43 |
| Binary | 10011000 | 110001 | 11100 | 0 | 1000100 | 1010010 | 101000 | 1010 | 1000101 | 100011 |
Color Harmonies of #98311C
Complementary color
Monochromatic Colors of #98311C
Black with #98311C
Text Example
Text Example
White with #98311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98311C; }
p { color: rgb(152,49,28); }
H1.HeaderClassName
{
color: #98311C;
}
.AnyTagClassName
{
color: #98311C;
}
</style>
background-color css
<style>
a { background-color: #98311C; }
a { background-color: rgb(152,49,28); }
div.DivClassName
{
background-color: #98311C;
}
.BgClassName
{
background-color: #98311C;
}
</style>
border-color css
<style>
span { border-color: #98311C; }
span { border-color: rgb(152,49,28); }
td.TdClassName
{
border-color: #98311C;
}
.TagClassName
{
border-color: #98311C;
}
</style>