Shades of Burnt Umber #873328
Tints of Burnt Umber #873328
RGB
CMYK
RGB Variations
Color information
#873328 (or 0x873328) is known color: Burnt Umber. HEX triplet: 87, 33 and 28. RGB value is (135,51,40). Sum of RGB (Red+Green+Blue) = 135+51+40=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #873328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873328 is #78CCD7. Grayscale: #4A4A4A. Windows color (decimal): -7916760 or 2634631. OLE color: 2634631.
HSL color Cylindrical-coordinate representation of color #873328: hue angle of 6.95º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #873328 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 51 | 40 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.47 |
| HSL | 6.95º | 0.54% | 0.34% | - |
| HSV(B) | 6.95º | 0.7% | 0.53% | - |
| XYZ | 11.56 | 7.67 | 2.88 | - |
| YUV | 74.86 | 108.33 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 51 | 40 | 0 | 0.62 | 0.70 | 0.47 | 6.95 | 0.54 | 0.34 |
| Hex | 87 | 33 | 28 | 0 | 3E | 46 | 2F | 7 | 36 | 22 |
| Octal | 207 | 63 | 50 | 0 | 76 | 106 | 57 | 7 | 66 | 42 |
| Binary | 10000111 | 110011 | 101000 | 0 | 111110 | 1000110 | 101111 | 111 | 110110 | 100010 |
Color Harmonies of #873328
Complementary color
Monochromatic Colors of #873328
Black with #873328
Text Example
Text Example
White with #873328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873328; }
p { color: rgb(135,51,40); }
H1.HeaderClassName
{
color: #873328;
}
.AnyTagClassName
{
color: #873328;
}
</style>
background-color css
<style>
a { background-color: #873328; }
a { background-color: rgb(135,51,40); }
div.DivClassName
{
background-color: #873328;
}
.BgClassName
{
background-color: #873328;
}
</style>
border-color css
<style>
span { border-color: #873328; }
span { border-color: rgb(135,51,40); }
td.TdClassName
{
border-color: #873328;
}
.TagClassName
{
border-color: #873328;
}
</style>