Shades of Tall Poppy #873D3C
Tints of Tall Poppy #873D3C
RGB
CMYK
RGB Variations
Color information
#873D3C (or 0x873D3C) is known color: Tall Poppy. HEX triplet: 87, 3D and 3C. RGB value is (135,61,60). Sum of RGB (Red+Green+Blue) = 135+61+60=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #873D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D3C is #78C2C3. Grayscale: #535353. Windows color (decimal): -7914180 or 3947911. OLE color: 3947911.
HSL color Cylindrical-coordinate representation of color #873D3C: hue angle of 0.8º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873D3C is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 60 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.47 |
| HSL | 0.8º | 0.38% | 0.38% | - |
| HSV(B) | 0.8º | 0.56% | 0.53% | - |
| XYZ | 12.48 | 8.81 | 5.32 | - |
| YUV | 83.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 60 | 0 | 0.55 | 0.56 | 0.47 | 0.8 | 0.38 | 0.38 |
| Hex | 87 | 3D | 3C | 0 | 37 | 38 | 2F | 1 | 26 | 26 |
| Octal | 207 | 75 | 74 | 0 | 67 | 70 | 57 | 1 | 46 | 46 |
| Binary | 10000111 | 111101 | 111100 | 0 | 110111 | 111000 | 101111 | 1 | 100110 | 100110 |
Color Harmonies of #873D3C
Complementary color
Monochromatic Colors of #873D3C
Black with #873D3C
Text Example
Text Example
White with #873D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D3C; }
p { color: rgb(135,61,60); }
H1.HeaderClassName
{
color: #873D3C;
}
.AnyTagClassName
{
color: #873D3C;
}
</style>
background-color css
<style>
a { background-color: #873D3C; }
a { background-color: rgb(135,61,60); }
div.DivClassName
{
background-color: #873D3C;
}
.BgClassName
{
background-color: #873D3C;
}
</style>
border-color css
<style>
span { border-color: #873D3C; }
span { border-color: rgb(135,61,60); }
td.TdClassName
{
border-color: #873D3C;
}
.TagClassName
{
border-color: #873D3C;
}
</style>