Shades of Burnt Umber #873027
Tints of Burnt Umber #873027
RGB
CMYK
RGB Variations
Color information
#873027 (or 0x873027) is known color: Burnt Umber. HEX triplet: 87, 30 and 27. RGB value is (135,48,39). Sum of RGB (Red+Green+Blue) = 135+48+39=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #873027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873027 is #78CFD8. Grayscale: #494949. Windows color (decimal): -7917529 or 2568327. OLE color: 2568327.
HSL color Cylindrical-coordinate representation of color #873027: hue angle of 5.62º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #873027 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 48 | 39 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.47 |
| HSL | 5.63º | 0.55% | 0.34% | - |
| HSV(B) | 5.63º | 0.71% | 0.53% | - |
| XYZ | 11.41 | 7.41 | 2.75 | - |
| YUV | 72.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 39 | 0 | 0.64 | 0.71 | 0.47 | 5.63 | 0.55 | 0.34 |
| Hex | 87 | 30 | 27 | 0 | 40 | 47 | 2F | 6 | 37 | 22 |
| Octal | 207 | 60 | 47 | 0 | 100 | 107 | 57 | 6 | 67 | 42 |
| Binary | 10000111 | 110000 | 100111 | 0 | 1000000 | 1000111 | 101111 | 110 | 110111 | 100010 |
Color Harmonies of #873027
Complementary color
Monochromatic Colors of #873027
Black with #873027
Text Example
Text Example
White with #873027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873027; }
p { color: rgb(135,48,39); }
H1.HeaderClassName
{
color: #873027;
}
.AnyTagClassName
{
color: #873027;
}
</style>
background-color css
<style>
a { background-color: #873027; }
a { background-color: rgb(135,48,39); }
div.DivClassName
{
background-color: #873027;
}
.BgClassName
{
background-color: #873027;
}
</style>
border-color css
<style>
span { border-color: #873027; }
span { border-color: rgb(135,48,39); }
td.TdClassName
{
border-color: #873027;
}
.TagClassName
{
border-color: #873027;
}
</style>