Shades of Burnt Umber #98351C
Tints of Burnt Umber #98351C
RGB
CMYK
RGB Variations
Color information
#98351C (or 0x98351C) is known color: Burnt Umber. HEX triplet: 98, 35 and 1C. RGB value is (152,53,28). Sum of RGB (Red+Green+Blue) = 152+53+28=233 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.24% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 152 - color contains mainly: red. Hex color #98351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98351C is #67CAE3. Grayscale: #4F4F4F. Windows color (decimal): -6802148 or 1848728. OLE color: 1848728.
HSL color Cylindrical-coordinate representation of color #98351C: hue angle of 12.1º 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 #98351C is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 28 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.40 |
| HSL | 12.1º | 0.69% | 0.35% | - |
| HSV(B) | 12.1º | 0.82% | 0.6% | - |
| XYZ | 14.43 | 9.31 | 2.13 | - |
| YUV | 79.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 28 | 0 | 0.65 | 0.82 | 0.40 | 12.1 | 0.69 | 0.35 |
| Hex | 98 | 35 | 1C | 0 | 41 | 52 | 28 | C | 45 | 23 |
| Octal | 230 | 65 | 34 | 0 | 101 | 122 | 50 | 14 | 105 | 43 |
| Binary | 10011000 | 110101 | 11100 | 0 | 1000001 | 1010010 | 101000 | 1100 | 1000101 | 100011 |
Color Harmonies of #98351C
Complementary color
Monochromatic Colors of #98351C
Black with #98351C
Text Example
Text Example
White with #98351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98351C; }
p { color: rgb(152,53,28); }
H1.HeaderClassName
{
color: #98351C;
}
.AnyTagClassName
{
color: #98351C;
}
</style>
background-color css
<style>
a { background-color: #98351C; }
a { background-color: rgb(152,53,28); }
div.DivClassName
{
background-color: #98351C;
}
.BgClassName
{
background-color: #98351C;
}
</style>
border-color css
<style>
span { border-color: #98351C; }
span { border-color: rgb(152,53,28); }
td.TdClassName
{
border-color: #98351C;
}
.TagClassName
{
border-color: #98351C;
}
</style>