Shades of Burnt Umber #843028
Tints of Burnt Umber #843028
RGB
CMYK
RGB Variations
Color information
#843028 (or 0x843028) is known color: Burnt Umber. HEX triplet: 84, 30 and 28. RGB value is (132,48,40). Sum of RGB (Red+Green+Blue) = 132+48+40=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #843028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843028 is #7BCFD7. Grayscale: #484848. Windows color (decimal): -8114136 or 2633860. OLE color: 2633860.
HSL color Cylindrical-coordinate representation of color #843028: hue angle of 5.22º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #843028 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 48 | 40 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.48 |
| HSL | 5.22º | 0.53% | 0.34% | - |
| HSV(B) | 5.22º | 0.7% | 0.52% | - |
| XYZ | 10.96 | 7.17 | 2.81 | - |
| YUV | 72.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 40 | 0 | 0.64 | 0.70 | 0.48 | 5.22 | 0.53 | 0.34 |
| Hex | 84 | 30 | 28 | 0 | 40 | 46 | 30 | 5 | 35 | 22 |
| Octal | 204 | 60 | 50 | 0 | 100 | 106 | 60 | 5 | 65 | 42 |
| Binary | 10000100 | 110000 | 101000 | 0 | 1000000 | 1000110 | 110000 | 101 | 110101 | 100010 |
Color Harmonies of #843028
Complementary color
Monochromatic Colors of #843028
Black with #843028
Text Example
Text Example
White with #843028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843028; }
p { color: rgb(132,48,40); }
H1.HeaderClassName
{
color: #843028;
}
.AnyTagClassName
{
color: #843028;
}
</style>
background-color css
<style>
a { background-color: #843028; }
a { background-color: rgb(132,48,40); }
div.DivClassName
{
background-color: #843028;
}
.BgClassName
{
background-color: #843028;
}
</style>
border-color css
<style>
span { border-color: #843028; }
span { border-color: rgb(132,48,40); }
td.TdClassName
{
border-color: #843028;
}
.TagClassName
{
border-color: #843028;
}
</style>