#863531

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

Shades of Tall Poppy #863531

Tints of Tall Poppy #863531

Color information

#863531 (or 0x863531) is unknown color: approx Tall Poppy. HEX triplet: 86, 35 and 31. RGB value is (134,53,49). Sum of RGB (Red+Green+Blue) = 134+53+49=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #863531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863531 is #79CACE. Grayscale: #4C4C4C. Windows color (decimal): -7981775 or 3224966. OLE color: 3224966.

HSL color Cylindrical-coordinate representation of color #863531: hue angle of 2.82º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863531 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1345349-
CMYK00.600.630.47
HSL2.82º46.45%35.88%-
HSV(B)2.82º63.43%52.55%-
XYZ11.667.843.8-
YUV76.76112.34168.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.78%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 49 (19.53% from 255) = 20.76%
R=56.78%
G=22.46%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134534900.600.630.472.8246.4535.88
Hex86353103C3F2F32e24
Octal2066561074775735644
Binary10000110110101110001011110011111110111111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863531; }

 p { color: rgb(134,53,49); }

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

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

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

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

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

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

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