#84555D

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

Shades of Cannon Pink #84555D

Tints of Cannon Pink #84555D

Color information

#84555D (or 0x84555D) is unknown color: approx Cannon Pink. HEX triplet: 84, 55 and 5D. RGB value is (132,85,93). Sum of RGB (Red+Green+Blue) = 132+85+93=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #84555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84555D is #7BAAA2. Grayscale: #636363. Windows color (decimal): -8104611 or 6116740. OLE color: 6116740.

HSL color Cylindrical-coordinate representation of color #84555D: hue angle of 349.79º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84555D is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1328593-
CMYK00.360.300.48
HSL349.79º21.66%42.55%-
HSV(B)349.79º35.61%51.76%-
XYZ14.7412.1911.93-
YUV99.96124.07150.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 93 (36.72% from 255) = 30%
R=42.58%
G=27.42%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132859300.360.300.48349.7921.6642.55
Hex84555D0241E3015e162b
Octal20412513504436605362653
Binary100001001010101101110101001001111011000010101111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84555D; }

 p { color: rgb(132,85,93); }

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

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

 a { background-color: rgb(132,85,93); }

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

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

 span { border-color: rgb(132,85,93); }

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