#863836

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

Shades of Tall Poppy #863836

Tints of Tall Poppy #863836

Color information

#863836 (or 0x863836) is unknown color: approx Tall Poppy. HEX triplet: 86, 38 and 36. RGB value is (134,56,54). Sum of RGB (Red+Green+Blue) = 134+56+54=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #863836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863836 is #79C7C9. Grayscale: #4F4F4F. Windows color (decimal): -7981002 or 3553414. OLE color: 3553414.

HSL color Cylindrical-coordinate representation of color #863836: hue angle of 1.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863836 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1345654-
CMYK00.580.600.47
HSL1.5º42.55%36.86%-
HSV(B)1.5º59.7%52.55%-
XYZ11.918.164.44-
YUV79.09113.84167.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.92%
GREEN value IS 56 (22.27% from 255) = 22.95%
BLUE value IS 54 (21.48% from 255) = 22.13%
R=54.92%
G=22.95%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134565400.580.600.471.542.5536.86
Hex86383603A3C2F22b25
Octal2067066072745725345
Binary10000110111000110110011101011110010111110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863836; }

 p { color: rgb(134,56,54); }

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

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

 a { background-color: rgb(134,56,54); }

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

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

 span { border-color: rgb(134,56,54); }

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