#84565E

Color #84565E Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #84565E

Tints of Cannon Pink #84565E

Color information

#84565E (or 0x84565E) is unknown color: approx Cannon Pink. HEX triplet: 84, 56 and 5E. RGB value is (132,86,94). Sum of RGB (Red+Green+Blue) = 132+86+94=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #84565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84565E is #7BA9A1. Grayscale: #646464. Windows color (decimal): -8104354 or 6182532. OLE color: 6182532.

HSL color Cylindrical-coordinate representation of color #84565E: hue angle of 349.57º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84565E is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1328694-
CMYK00.350.290.48
HSL349.57º21.1%42.75%-
HSV(B)349.57º34.85%51.76%-
XYZ14.8612.3712.19-
YUV100.67124.24150.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=42.31%
G=27.56%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132869400.350.290.48349.5721.142.75
Hex84565E0231D3015e152b
Octal20412613604335605362553
Binary100001001010110101111001000111110111000010101111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,86,94); }

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

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

 a { background-color: rgb(132,86,94); }

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

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

 span { border-color: rgb(132,86,94); }

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