Shades of Burnt Umber #873528
Tints of Burnt Umber #873528
RGB
CMYK
RGB Variations
Color information
#873528 (or 0x873528) is known color: Burnt Umber. HEX triplet: 87, 35 and 28. RGB value is (135,53,40). Sum of RGB (Red+Green+Blue) = 135+53+40=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #873528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873528 is #78CAD7. Grayscale: #4C4C4C. Windows color (decimal): -7916248 or 2635143. OLE color: 2635143.
HSL color Cylindrical-coordinate representation of color #873528: hue angle of 8.21º 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 #873528 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 53 | 40 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.47 |
| HSL | 8.21º | 0.54% | 0.34% | - |
| HSV(B) | 8.21º | 0.7% | 0.53% | - |
| XYZ | 11.65 | 7.85 | 2.91 | - |
| YUV | 76.04 | 107.67 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 40 | 0 | 0.61 | 0.70 | 0.47 | 8.21 | 0.54 | 0.34 |
| Hex | 87 | 35 | 28 | 0 | 3D | 46 | 2F | 8 | 36 | 22 |
| Octal | 207 | 65 | 50 | 0 | 75 | 106 | 57 | 10 | 66 | 42 |
| Binary | 10000111 | 110101 | 101000 | 0 | 111101 | 1000110 | 101111 | 1000 | 110110 | 100010 |
Color Harmonies of #873528
Complementary color
Monochromatic Colors of #873528
Black with #873528
Text Example
Text Example
White with #873528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873528; }
p { color: rgb(135,53,40); }
H1.HeaderClassName
{
color: #873528;
}
.AnyTagClassName
{
color: #873528;
}
</style>
background-color css
<style>
a { background-color: #873528; }
a { background-color: rgb(135,53,40); }
div.DivClassName
{
background-color: #873528;
}
.BgClassName
{
background-color: #873528;
}
</style>
border-color css
<style>
span { border-color: #873528; }
span { border-color: rgb(135,53,40); }
td.TdClassName
{
border-color: #873528;
}
.TagClassName
{
border-color: #873528;
}
</style>