Shades of Burnt Umber #983319
Tints of Burnt Umber #983319
RGB
CMYK
RGB Variations
Color information
#983319 (or 0x983319) is known color: Burnt Umber. HEX triplet: 98, 33 and 19. RGB value is (152,51,25). Sum of RGB (Red+Green+Blue) = 152+51+25=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #983319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983319 is #67CCE6. Grayscale: #4E4E4E. Windows color (decimal): -6802663 or 1651608. OLE color: 1651608.
HSL color Cylindrical-coordinate representation of color #983319: hue angle of 12.28º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #983319 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 25 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.40 |
| HSL | 12.28º | 0.72% | 0.35% | - |
| HSV(B) | 12.28º | 0.84% | 0.6% | - |
| XYZ | 14.31 | 9.11 | 1.92 | - |
| YUV | 78.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 25 | 0 | 0.66 | 0.84 | 0.40 | 12.28 | 0.72 | 0.35 |
| Hex | 98 | 33 | 19 | 0 | 42 | 54 | 28 | C | 48 | 23 |
| Octal | 230 | 63 | 31 | 0 | 102 | 124 | 50 | 14 | 110 | 43 |
| Binary | 10011000 | 110011 | 11001 | 0 | 1000010 | 1010100 | 101000 | 1100 | 1001000 | 100011 |
Color Harmonies of #983319
Complementary color
Monochromatic Colors of #983319
Black with #983319
Text Example
Text Example
White with #983319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983319; }
p { color: rgb(152,51,25); }
H1.HeaderClassName
{
color: #983319;
}
.AnyTagClassName
{
color: #983319;
}
</style>
background-color css
<style>
a { background-color: #983319; }
a { background-color: rgb(152,51,25); }
div.DivClassName
{
background-color: #983319;
}
.BgClassName
{
background-color: #983319;
}
</style>
border-color css
<style>
span { border-color: #983319; }
span { border-color: rgb(152,51,25); }
td.TdClassName
{
border-color: #983319;
}
.TagClassName
{
border-color: #983319;
}
</style>