#803632

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

Shades of Tall Poppy #803632

Tints of Tall Poppy #803632

Color information

#803632 (or 0x803632) is unknown color: approx Tall Poppy. HEX triplet: 80, 36 and 32. RGB value is (128,54,50). Sum of RGB (Red+Green+Blue) = 128+54+50=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #803632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803632 is #7FC9CD. Grayscale: #4B4B4B. Windows color (decimal): -8374734 or 3290752. OLE color: 3290752.

HSL color Cylindrical-coordinate representation of color #803632: hue angle of 3.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803632 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1285450-
CMYK00.580.610.50
HSL3.08º43.82%34.9%-
HSV(B)3.08º60.94%50.2%-
XYZ10.87.463.89-
YUV75.67113.52165.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.17%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=55.17%
G=23.28%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128545000.580.610.503.0843.8234.9
Hex80363203A3D3232c23
Octal2006662072756235443
Binary10000000110110110010011101011110111001011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803632; }

 p { color: rgb(128,54,50); }

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

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

 a { background-color: rgb(128,54,50); }

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

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

 span { border-color: rgb(128,54,50); }

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