#862C2A

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

Shades of Tall Poppy #862C2A

Tints of Tall Poppy #862C2A

Color information

#862C2A (or 0x862C2A) is unknown color: approx Tall Poppy. HEX triplet: 86, 2C and 2A. RGB value is (134,44,42). Sum of RGB (Red+Green+Blue) = 134+44+42=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #862C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C2A is #79D3D5. Grayscale: #464646. Windows color (decimal): -7984086 or 2763910. OLE color: 2763910.

HSL color Cylindrical-coordinate representation of color #862C2A: hue angle of 1.3º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862C2A is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1344442-
CMYK00.670.690.47
HSL1.3º52.27%34.51%-
HSV(B)1.3º68.66%52.55%-
XYZ11.157.042.96-
YUV70.68111.82173.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.91%
GREEN value IS 44 (17.58% from 255) = 20%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=60.91%
G=20%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134444200.670.690.471.352.2734.51
Hex862C2A043452F13423
Octal206545201031055716443
Binary100001101011001010100100001110001011011111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862C2A; }

 p { color: rgb(134,44,42); }

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

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

 a { background-color: rgb(134,44,42); }

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

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

 span { border-color: rgb(134,44,42); }

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