Shades of Burnt Umber #873414
Tints of Burnt Umber #873414
RGB
CMYK
RGB Variations
Color information
#873414 (or 0x873414) is known color: Burnt Umber. HEX triplet: 87, 34 and 14. RGB value is (135,52,20). Sum of RGB (Red+Green+Blue) = 135+52+20=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #873414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873414 is #78CBEB. Grayscale: #494949. Windows color (decimal): -7916524 or 1324167. OLE color: 1324167.
HSL color Cylindrical-coordinate representation of color #873414: hue angle of 16.7º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #873414 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 52 | 20 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.47 |
| HSL | 16.7º | 0.74% | 0.3% | - |
| HSV(B) | 16.7º | 0.85% | 0.53% | - |
| XYZ | 11.35 | 7.66 | 1.54 | - |
| YUV | 73.17 | 98 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 20 | 0 | 0.61 | 0.85 | 0.47 | 16.7 | 0.74 | 0.3 |
| Hex | 87 | 34 | 14 | 0 | 3D | 55 | 2F | 11 | 4A | 1E |
| Octal | 207 | 64 | 24 | 0 | 75 | 125 | 57 | 21 | 112 | 36 |
| Binary | 10000111 | 110100 | 10100 | 0 | 111101 | 1010101 | 101111 | 10001 | 1001010 | 11110 |
Color Harmonies of #873414
Complementary color
Monochromatic Colors of #873414
Black with #873414
Text Example
Text Example
White with #873414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873414; }
p { color: rgb(135,52,20); }
H1.HeaderClassName
{
color: #873414;
}
.AnyTagClassName
{
color: #873414;
}
</style>
background-color css
<style>
a { background-color: #873414; }
a { background-color: rgb(135,52,20); }
div.DivClassName
{
background-color: #873414;
}
.BgClassName
{
background-color: #873414;
}
</style>
border-color css
<style>
span { border-color: #873414; }
span { border-color: rgb(135,52,20); }
td.TdClassName
{
border-color: #873414;
}
.TagClassName
{
border-color: #873414;
}
</style>