#803C3B

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

Shades of Tall Poppy #803C3B

Tints of Tall Poppy #803C3B

Color information

#803C3B (or 0x803C3B) is unknown color: approx Tall Poppy. HEX triplet: 80, 3C and 3B. RGB value is (128,60,59). Sum of RGB (Red+Green+Blue) = 128+60+59=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #803C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C3B is #7FC3C4. Grayscale: #505050. Windows color (decimal): -8373189 or 3882112. OLE color: 3882112.

HSL color Cylindrical-coordinate representation of color #803C3B: hue angle of 0.87º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #803C3B is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB1286059-
CMYK00.530.540.50
HSL0.87º36.9%36.67%-
HSV(B)0.87º53.91%50.2%-
XYZ11.318.145.11-
YUV80.22116.03162.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.82%
GREEN value IS 60 (23.83% from 255) = 24.29%
BLUE value IS 59 (23.44% from 255) = 23.89%
R=51.82%
G=24.29%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128605900.530.540.500.8736.936.67
Hex803C3B035363212525
Octal2007473065666214545
Binary1000000011110011101101101011101101100101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803C3B; }

 p { color: rgb(128,60,59); }

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

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

 a { background-color: rgb(128,60,59); }

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

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

 span { border-color: rgb(128,60,59); }

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