#863E3C

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

Shades of Tall Poppy #863E3C

Tints of Tall Poppy #863E3C

Color information

#863E3C (or 0x863E3C) is unknown color: approx Tall Poppy. HEX triplet: 86, 3E and 3C. RGB value is (134,62,60). Sum of RGB (Red+Green+Blue) = 134+62+60=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #863E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E3C is #79C1C3. Grayscale: #535353. Windows color (decimal): -7979460 or 3948166. OLE color: 3948166.

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

Color convert

RGB1346260-
CMYK00.540.550.47
HSL1.62º38.14%38.04%-
HSV(B)1.62º55.22%52.55%-
XYZ12.378.845.33-
YUV83.3114.85164.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 62 (24.61% from 255) = 24.22%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=52.34%
G=24.22%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134626000.540.550.471.6238.1438.04
Hex863E3C036372F22626
Octal2067674066675724646
Binary10000110111110111100011011011011110111110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,62,60); }

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

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

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

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

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

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

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