#863533

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

Shades of Tall Poppy #863533

Tints of Tall Poppy #863533

Color information

#863533 (or 0x863533) is unknown color: approx Tall Poppy. HEX triplet: 86, 35 and 33. RGB value is (134,53,51). Sum of RGB (Red+Green+Blue) = 134+53+51=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #863533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863533 is #79CACC. Grayscale: #4D4D4D. Windows color (decimal): -7981773 or 3356038. OLE color: 3356038.

HSL color Cylindrical-coordinate representation of color #863533: hue angle of 1.45º 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 #863533 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1345351-
CMYK00.600.620.47
HSL1.45º44.86%36.27%-
HSV(B)1.45º61.94%52.55%-
XYZ11.77.854.03-
YUV76.99113.34168.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.30%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 51 (20.31% from 255) = 21.43%
R=56.30%
G=22.27%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134535100.600.620.471.4544.8636.27
Hex86353303C3E2F12d24
Octal2066563074765715544
Binary1000011011010111001101111001111101011111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863533; }

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

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

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

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

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

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

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

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