#84595F

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

Shades of Cannon Pink #84595F

Tints of Cannon Pink #84595F

Color information

#84595F (or 0x84595F) is unknown color: approx Cannon Pink. HEX triplet: 84, 59 and 5F. RGB value is (132,89,95). Sum of RGB (Red+Green+Blue) = 132+89+95=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #84595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84595F is #7BA6A0. Grayscale: #666666. Windows color (decimal): -8103585 or 6248836. OLE color: 6248836.

HSL color Cylindrical-coordinate representation of color #84595F: hue angle of 351.63º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84595F is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1328995-
CMYK00.330.280.48
HSL351.63º19.46%43.33%-
HSV(B)351.63º32.58%51.76%-
XYZ15.1512.8812.51-
YUV102.54123.75149.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 95 (37.5% from 255) = 30.06%
R=41.77%
G=28.16%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132899500.330.280.48351.6319.4643.33
Hex84595F0211C30160132b
Octal20413113704134605402353
Binary100001001011001101111101000011110011000010110000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84595F; }

 p { color: rgb(132,89,95); }

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

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

 a { background-color: rgb(132,89,95); }

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

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

 span { border-color: rgb(132,89,95); }

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