#86322E

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

Shades of Tall Poppy #86322E

Tints of Tall Poppy #86322E

Color information

#86322E (or 0x86322E) is unknown color: approx Tall Poppy. HEX triplet: 86, 32 and 2E. RGB value is (134,50,46). Sum of RGB (Red+Green+Blue) = 134+50+46=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #86322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86322E is #79CDD1. Grayscale: #4A4A4A. Windows color (decimal): -7982546 or 3027590. OLE color: 3027590.

HSL color Cylindrical-coordinate representation of color #86322E: hue angle of 2.73º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86322E is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1345046-
CMYK00.630.660.47
HSL2.73º48.89%35.29%-
HSV(B)2.73º65.67%52.55%-
XYZ11.477.553.44-
YUV74.66111.83170.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.26%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 46 (18.36% from 255) = 20%
R=58.26%
G=21.74%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134504600.630.660.472.7348.8935.29
Hex86322E03F422F33123
Octal20662560771025736143
Binary100001101100101011100111111100001010111111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86322E; }

 p { color: rgb(134,50,46); }

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

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

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

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

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

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

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