#863B39

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

Shades of Tall Poppy #863B39

Tints of Tall Poppy #863B39

Color information

#863B39 (or 0x863B39) is unknown color: approx Tall Poppy. HEX triplet: 86, 3B and 39. RGB value is (134,59,57). Sum of RGB (Red+Green+Blue) = 134+59+57=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #863B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B39 is #79C4C6. Grayscale: #515151. Windows color (decimal): -7980231 or 3750790. OLE color: 3750790.

HSL color Cylindrical-coordinate representation of color #863B39: hue angle of 1.56º 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 #863B39 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1345957-
CMYK00.560.570.47
HSL1.56º40.31%37.45%-
HSV(B)1.56º57.46%52.55%-
XYZ12.138.494.87-
YUV81.2114.35165.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 59 (23.44% from 255) = 23.6%
BLUE value IS 57 (22.66% from 255) = 22.8%
R=53.6%
G=23.6%
B=22.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134595700.560.570.471.5640.3137.45
Hex863B39038392F22825
Octal2067371070715725045
Binary10000110111011111001011100011100110111110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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