#8C3634

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

Shades of Tall Poppy #8C3634

Tints of Tall Poppy #8C3634

Color information

#8C3634 (or 0x8C3634) is unknown color: approx Tall Poppy. HEX triplet: 8C, 36 and 34. RGB value is (140,54,52). Sum of RGB (Red+Green+Blue) = 140+54+52=246 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.91% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3634 is #73C9CB. Grayscale: #4F4F4F. Windows color (decimal): -7588300 or 3421836. OLE color: 3421836.

HSL color Cylindrical-coordinate representation of color #8C3634: hue angle of 1.36º 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 #8C3634 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB1405452-
CMYK00.610.630.45
HSL1.36º45.83%37.65%-
HSV(B)1.36º62.86%54.9%-
XYZ12.758.464.21-
YUV79.49112.49171.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.91%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 52 (20.70% from 255) = 21.14%
R=56.91%
G=21.95%
B=21.14%

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
Decimal140545200.610.630.451.3645.8337.65
Hex8C363403D3F2D12e26
Octal2146664075775515646
Binary1000110011011011010001111011111111011011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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