Shades of Burnt Umber #883221
Tints of Burnt Umber #883221
RGB
CMYK
RGB Variations
Color information
#883221 (or 0x883221) is known color: Burnt Umber. HEX triplet: 88, 32 and 21. RGB value is (136,50,33). Sum of RGB (Red+Green+Blue) = 136+50+33=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #883221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883221 is #77CDDE. Grayscale: #494949. Windows color (decimal): -7851487 or 2175624. OLE color: 2175624.
HSL color Cylindrical-coordinate representation of color #883221: hue angle of 9.9º degrees, saturation: 0.61, 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 #883221 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 33 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.47 |
| HSL | 9.9º | 0.61% | 0.33% | - |
| HSV(B) | 9.9º | 0.76% | 0.53% | - |
| XYZ | 11.57 | 7.63 | 2.3 | - |
| YUV | 73.78 | 104.99 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 33 | 0 | 0.63 | 0.76 | 0.47 | 9.9 | 0.61 | 0.33 |
| Hex | 88 | 32 | 21 | 0 | 3F | 4C | 2F | A | 3D | 21 |
| Octal | 210 | 62 | 41 | 0 | 77 | 114 | 57 | 12 | 75 | 41 |
| Binary | 10001000 | 110010 | 100001 | 0 | 111111 | 1001100 | 101111 | 1010 | 111101 | 100001 |
Color Harmonies of #883221
Complementary color
Monochromatic Colors of #883221
Black with #883221
Text Example
Text Example
White with #883221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883221; }
p { color: rgb(136,50,33); }
H1.HeaderClassName
{
color: #883221;
}
.AnyTagClassName
{
color: #883221;
}
</style>
background-color css
<style>
a { background-color: #883221; }
a { background-color: rgb(136,50,33); }
div.DivClassName
{
background-color: #883221;
}
.BgClassName
{
background-color: #883221;
}
</style>
border-color css
<style>
span { border-color: #883221; }
span { border-color: rgb(136,50,33); }
td.TdClassName
{
border-color: #883221;
}
.TagClassName
{
border-color: #883221;
}
</style>