#863C39

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

Shades of Tall Poppy #863C39

Tints of Tall Poppy #863C39

Color information

#863C39 (or 0x863C39) is unknown color: approx Tall Poppy. HEX triplet: 86, 3C and 39. RGB value is (134,60,57). Sum of RGB (Red+Green+Blue) = 134+60+57=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #863C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C39 is #79C3C6. Grayscale: #515151. Windows color (decimal): -7979975 or 3751046. OLE color: 3751046.

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

Color convert

RGB1346057-
CMYK00.550.570.47
HSL2.34º40.31%37.45%-
HSV(B)2.34º57.46%52.55%-
XYZ12.198.64.89-
YUV81.78114.02165.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.39%
GREEN value IS 60 (23.83% from 255) = 23.90%
BLUE value IS 57 (22.66% from 255) = 22.71%
R=53.39%
G=23.90%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134605700.550.570.472.3440.3137.45
Hex863C39037392F22825
Octal2067471067715725045
Binary10000110111100111001011011111100110111110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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