Shades of Burnt Umber #982602
Tints of Burnt Umber #982602
RGB
CMYK
RGB Variations
Color information
#982602 (or 0x982602) is known color: Burnt Umber. HEX triplet: 98, 26 and 02. RGB value is (152,38,2). Sum of RGB (Red+Green+Blue) = 152+38+2=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #982602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982602 is #67D9FD. Grayscale: #444444. Windows color (decimal): -6806014 or 140952. OLE color: 140952.
HSL color Cylindrical-coordinate representation of color #982602: hue angle of 14.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #982602 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 38 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.40 |
| HSL | 14.4º | 0.97% | 0.3% | - |
| HSV(B) | 14.4º | 0.99% | 0.6% | - |
| XYZ | 13.65 | 8.07 | 0.89 | - |
| YUV | 67.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 2 | 0 | 0.75 | 0.99 | 0.40 | 14.4 | 0.97 | 0.3 |
| Hex | 98 | 26 | 2 | 0 | 4B | 63 | 28 | E | 61 | 1E |
| Octal | 230 | 46 | 2 | 0 | 113 | 143 | 50 | 16 | 141 | 36 |
| Binary | 10011000 | 100110 | 10 | 0 | 1001011 | 1100011 | 101000 | 1110 | 1100001 | 11110 |
Color Harmonies of #982602
Complementary color
Monochromatic Colors of #982602
Black with #982602
Text Example
Text Example
White with #982602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982602; }
p { color: rgb(152,38,2); }
H1.HeaderClassName
{
color: #982602;
}
.AnyTagClassName
{
color: #982602;
}
</style>
background-color css
<style>
a { background-color: #982602; }
a { background-color: rgb(152,38,2); }
div.DivClassName
{
background-color: #982602;
}
.BgClassName
{
background-color: #982602;
}
</style>
border-color css
<style>
span { border-color: #982602; }
span { border-color: rgb(152,38,2); }
td.TdClassName
{
border-color: #982602;
}
.TagClassName
{
border-color: #982602;
}
</style>