Shades of Burnt Umber #883020
Tints of Burnt Umber #883020
RGB
CMYK
RGB Variations
Color information
#883020 (or 0x883020) is known color: Burnt Umber. HEX triplet: 88, 30 and 20. RGB value is (136,48,32). Sum of RGB (Red+Green+Blue) = 136+48+32=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #883020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883020 is #77CFDF. Grayscale: #484848. Windows color (decimal): -7852000 or 2109576. OLE color: 2109576.
HSL color Cylindrical-coordinate representation of color #883020: hue angle of 9.23º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #883020 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 48 | 32 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.47 |
| HSL | 9.23º | 0.62% | 0.33% | - |
| HSV(B) | 9.23º | 0.76% | 0.53% | - |
| XYZ | 11.47 | 7.45 | 2.2 | - |
| YUV | 72.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 32 | 0 | 0.65 | 0.76 | 0.47 | 9.23 | 0.62 | 0.33 |
| Hex | 88 | 30 | 20 | 0 | 41 | 4C | 2F | 9 | 3E | 21 |
| Octal | 210 | 60 | 40 | 0 | 101 | 114 | 57 | 11 | 76 | 41 |
| Binary | 10001000 | 110000 | 100000 | 0 | 1000001 | 1001100 | 101111 | 1001 | 111110 | 100001 |
Color Harmonies of #883020
Complementary color
Monochromatic Colors of #883020
Black with #883020
Text Example
Text Example
White with #883020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883020; }
p { color: rgb(136,48,32); }
H1.HeaderClassName
{
color: #883020;
}
.AnyTagClassName
{
color: #883020;
}
</style>
background-color css
<style>
a { background-color: #883020; }
a { background-color: rgb(136,48,32); }
div.DivClassName
{
background-color: #883020;
}
.BgClassName
{
background-color: #883020;
}
</style>
border-color css
<style>
span { border-color: #883020; }
span { border-color: rgb(136,48,32); }
td.TdClassName
{
border-color: #883020;
}
.TagClassName
{
border-color: #883020;
}
</style>