#8C3734

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

Shades of Tall Poppy #8C3734

Tints of Tall Poppy #8C3734

Color information

#8C3734 (or 0x8C3734) is unknown color: approx Tall Poppy. HEX triplet: 8C, 37 and 34. RGB value is (140,55,52). Sum of RGB (Red+Green+Blue) = 140+55+52=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3734 is #73C8CB. Grayscale: #505050. Windows color (decimal): -7588044 or 3422092. OLE color: 3422092.

HSL color Cylindrical-coordinate representation of color #8C3734: hue angle of 2.05º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3734 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB1405552-
CMYK00.610.630.45
HSL2.05º45.83%37.65%-
HSV(B)2.05º62.86%54.9%-
XYZ12.88.564.23-
YUV80.07112.16170.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.68%
GREEN value IS 55 (21.88% from 255) = 22.27%
BLUE value IS 52 (20.70% from 255) = 21.05%
R=56.68%
G=22.27%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140555200.610.630.452.0545.8337.65
Hex8C373403D3F2D22e26
Octal2146764075775525646
Binary10001100110111110100011110111111110110110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3734; }

 p { color: rgb(140,55,52); }

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

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

 a { background-color: rgb(140,55,52); }

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

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

 span { border-color: rgb(140,55,52); }

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