Shades of Shadow #877143
Tints of Shadow #877143
RGB
CMYK
RGB Variations
Color information
#877143 (or 0x877143) is known color: Shadow. HEX triplet: 87, 71 and 43. RGB value is (135,113,67). Sum of RGB (Red+Green+Blue) = 135+113+67=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #877143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877143 is #788EBC. Grayscale: #727272. Windows color (decimal): -7900861 or 4419975. OLE color: 4419975.
HSL color Cylindrical-coordinate representation of color #877143: hue angle of 40.59º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #877143 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 113 | 67 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.47 |
| HSL | 40.59º | 0.34% | 0.4% | - |
| HSV(B) | 40.59º | 0.5% | 0.53% | - |
| XYZ | 16.91 | 17.37 | 7.77 | - |
| YUV | 114.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 113 | 67 | 0 | 0.16 | 0.50 | 0.47 | 40.59 | 0.34 | 0.4 |
| Hex | 87 | 71 | 43 | 0 | 10 | 32 | 2F | 29 | 22 | 28 |
| Octal | 207 | 161 | 103 | 0 | 20 | 62 | 57 | 51 | 42 | 50 |
| Binary | 10000111 | 1110001 | 1000011 | 0 | 10000 | 110010 | 101111 | 101001 | 100010 | 101000 |
Color Harmonies of #877143
Complementary color
Monochromatic Colors of #877143
Black with #877143
Text Example
Text Example
White with #877143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877143; }
p { color: rgb(135,113,67); }
H1.HeaderClassName
{
color: #877143;
}
.AnyTagClassName
{
color: #877143;
}
</style>
background-color css
<style>
a { background-color: #877143; }
a { background-color: rgb(135,113,67); }
div.DivClassName
{
background-color: #877143;
}
.BgClassName
{
background-color: #877143;
}
</style>
border-color css
<style>
span { border-color: #877143; }
span { border-color: rgb(135,113,67); }
td.TdClassName
{
border-color: #877143;
}
.TagClassName
{
border-color: #877143;
}
</style>