Shades of Burnt Umber #983311
Tints of Burnt Umber #983311
RGB
CMYK
RGB Variations
Color information
#983311 (or 0x983311) is known color: Burnt Umber. HEX triplet: 98, 33 and 11. RGB value is (152,51,17). Sum of RGB (Red+Green+Blue) = 152+51+17=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #983311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983311 is #67CCEE. Grayscale: #4D4D4D. Windows color (decimal): -6802671 or 1127320. OLE color: 1127320.
HSL color Cylindrical-coordinate representation of color #983311: hue angle of 15.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #983311 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 17 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.40 |
| HSL | 15.11º | 0.8% | 0.33% | - |
| HSV(B) | 15.11º | 0.89% | 0.6% | - |
| XYZ | 14.23 | 9.08 | 1.53 | - |
| YUV | 77.32 | 93.96 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 17 | 0 | 0.66 | 0.89 | 0.40 | 15.11 | 0.8 | 0.33 |
| Hex | 98 | 33 | 11 | 0 | 42 | 59 | 28 | F | 50 | 21 |
| Octal | 230 | 63 | 21 | 0 | 102 | 131 | 50 | 17 | 120 | 41 |
| Binary | 10011000 | 110011 | 10001 | 0 | 1000010 | 1011001 | 101000 | 1111 | 1010000 | 100001 |
Color Harmonies of #983311
Complementary color
Monochromatic Colors of #983311
Black with #983311
Text Example
Text Example
White with #983311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983311; }
p { color: rgb(152,51,17); }
H1.HeaderClassName
{
color: #983311;
}
.AnyTagClassName
{
color: #983311;
}
</style>
background-color css
<style>
a { background-color: #983311; }
a { background-color: rgb(152,51,17); }
div.DivClassName
{
background-color: #983311;
}
.BgClassName
{
background-color: #983311;
}
</style>
border-color css
<style>
span { border-color: #983311; }
span { border-color: rgb(152,51,17); }
td.TdClassName
{
border-color: #983311;
}
.TagClassName
{
border-color: #983311;
}
</style>