Shades of Burnt Umber #98351A
Tints of Burnt Umber #98351A
RGB
CMYK
RGB Variations
Color information
#98351A (or 0x98351A) is known color: Burnt Umber. HEX triplet: 98, 35 and 1A. RGB value is (152,53,26). Sum of RGB (Red+Green+Blue) = 152+53+26=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #98351A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98351A is #67CAE5. Grayscale: #4F4F4F. Windows color (decimal): -6802150 or 1717656. OLE color: 1717656.
HSL color Cylindrical-coordinate representation of color #98351A: hue angle of 12.86º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98351A is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 26 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.40 |
| HSL | 12.86º | 0.71% | 0.35% | - |
| HSV(B) | 12.86º | 0.83% | 0.6% | - |
| XYZ | 14.41 | 9.3 | 2.01 | - |
| YUV | 79.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 26 | 0 | 0.65 | 0.83 | 0.40 | 12.86 | 0.71 | 0.35 |
| Hex | 98 | 35 | 1A | 0 | 41 | 53 | 28 | D | 47 | 23 |
| Octal | 230 | 65 | 32 | 0 | 101 | 123 | 50 | 15 | 107 | 43 |
| Binary | 10011000 | 110101 | 11010 | 0 | 1000001 | 1010011 | 101000 | 1101 | 1000111 | 100011 |
Color Harmonies of #98351A
Complementary color
Monochromatic Colors of #98351A
Black with #98351A
Text Example
Text Example
White with #98351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98351A; }
p { color: rgb(152,53,26); }
H1.HeaderClassName
{
color: #98351A;
}
.AnyTagClassName
{
color: #98351A;
}
</style>
background-color css
<style>
a { background-color: #98351A; }
a { background-color: rgb(152,53,26); }
div.DivClassName
{
background-color: #98351A;
}
.BgClassName
{
background-color: #98351A;
}
</style>
border-color css
<style>
span { border-color: #98351A; }
span { border-color: rgb(152,53,26); }
td.TdClassName
{
border-color: #98351A;
}
.TagClassName
{
border-color: #98351A;
}
</style>