#863A3A

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

Shades of Tall Poppy #863A3A

Tints of Tall Poppy #863A3A

Color information

#863A3A (or 0x863A3A) is unknown color: approx Tall Poppy. HEX triplet: 86, 3A and 3A. RGB value is (134,58,58). Sum of RGB (Red+Green+Blue) = 134+58+58=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #863A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A3A is #79C5C5. Grayscale: #505050. Windows color (decimal): -7980486 or 3816070. OLE color: 3816070.

HSL color Cylindrical-coordinate representation of color #863A3A: hue angle of 0º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A3A is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1345858-
CMYK00.570.570.47
HSL39.58%37.65%-
HSV(B)56.72%52.55%-
XYZ12.118.44.99-
YUV80.72115.18166-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=53.6%
G=23.2%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134585800.570.570.47039.5837.65
Hex863A3A039392F02826
Octal2067272071715705046
Binary1000011011101011101001110011110011011110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863A3A; }

 p { color: rgb(134,58,58); }

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

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

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

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

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

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

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