#803B3A

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

Shades of Tall Poppy #803B3A

Tints of Tall Poppy #803B3A

Color information

#803B3A (or 0x803B3A) is unknown color: approx Tall Poppy. HEX triplet: 80, 3B and 3A. RGB value is (128,59,58). Sum of RGB (Red+Green+Blue) = 128+59+58=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #803B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803B3A is #7FC4C5. Grayscale: #4F4F4F. Windows color (decimal): -8373446 or 3816320. OLE color: 3816320.

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

Color convert

RGB1285958-
CMYK00.540.550.50
HSL0.86º37.63%36.47%-
HSV(B)0.86º54.69%50.2%-
XYZ11.238.024.96-
YUV79.52115.86162.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.24%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=52.24%
G=24.08%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128595800.540.550.500.8637.6336.47
Hex803B3A036373212624
Octal2007372066676214644
Binary1000000011101111101001101101101111100101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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