#863433

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

Shades of Tall Poppy #863433

Tints of Tall Poppy #863433

Color information

#863433 (or 0x863433) is unknown color: approx Tall Poppy. HEX triplet: 86, 34 and 33. RGB value is (134,52,51). Sum of RGB (Red+Green+Blue) = 134+52+51=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #863433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863433 is #79CBCC. Grayscale: #4C4C4C. Windows color (decimal): -7982029 or 3355782. OLE color: 3355782.

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

Color convert

RGB1345251-
CMYK00.610.620.47
HSL0.72º44.86%36.27%-
HSV(B)0.72º61.94%52.55%-
XYZ11.667.764.02-
YUV76.4113.67169.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=56.54%
G=21.94%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134525100.610.620.470.7244.8636.27
Hex86343303D3E2F12d24
Octal2066463075765715544
Binary1000011011010011001101111011111101011111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863433; }

 p { color: rgb(134,52,51); }

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

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

 a { background-color: rgb(134,52,51); }

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

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

 span { border-color: rgb(134,52,51); }

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