#803732

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

Shades of Tall Poppy #803732

Tints of Tall Poppy #803732

Color information

#803732 (or 0x803732) is unknown color: approx Tall Poppy. HEX triplet: 80, 37 and 32. RGB value is (128,55,50). Sum of RGB (Red+Green+Blue) = 128+55+50=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #803732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803732 is #7FC8CD. Grayscale: #4C4C4C. Windows color (decimal): -8374478 or 3291008. OLE color: 3291008.

HSL color Cylindrical-coordinate representation of color #803732: hue angle of 3.85º 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 #803732 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1285550-
CMYK00.570.610.50
HSL3.85º43.82%34.9%-
HSV(B)3.85º60.94%50.2%-
XYZ10.847.553.9-
YUV76.26113.18164.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.94%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=54.94%
G=23.61%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128555000.570.610.503.8543.8234.9
Hex8037320393D3242c23
Octal2006762071756245443
Binary100000001101111100100111001111101110010100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803732; }

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

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

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

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

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

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

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

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