#873534

Color #873534 Tall Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tall Poppy #873534

Tints of Tall Poppy #873534

Color information

#873534 (or 0x873534) is unknown color: approx Tall Poppy. HEX triplet: 87, 35 and 34. RGB value is (135,53,52). Sum of RGB (Red+Green+Blue) = 135+53+52=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #873534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873534 is #78CACB. Grayscale: #4D4D4D. Windows color (decimal): -7916236 or 3421575. OLE color: 3421575.

HSL color Cylindrical-coordinate representation of color #873534: hue angle of 0.72º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873534 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1355352-
CMYK00.610.610.47
HSL0.72º44.39%36.67%-
HSV(B)0.72º61.48%52.94%-
XYZ11.887.954.16-
YUV77.4113.67169.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 52 (20.70% from 255) = 21.67%
R=56.25%
G=22.08%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135535200.610.610.470.7244.3936.67
Hex87353403D3D2F12c25
Octal2076564075755715445
Binary1000011111010111010001111011111011011111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873534; }

 p { color: rgb(135,53,52); }

 H1.HeaderClassName
 {
   color: #873534;
 }
 .AnyTagClassName
 {
   color: #873534;
 }
</style>
background-color css

<style>
 a { background-color: #873534; }

 a { background-color: rgb(135,53,52); }

 div.DivClassName
 {
   background-color: #873534;
 }
 .BgClassName
 {
   background-color: #873534;
 }
</style>
border-color css

<style>
 span { border-color: #873534; }

 span { border-color: rgb(135,53,52); }

 td.TdClassName
 {
   border-color: #873534;
 }
 .TagClassName
 {
   border-color: #873534;
 }
</style>