#84535C

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

Shades of Cannon Pink #84535C

Tints of Cannon Pink #84535C

Color information

#84535C (or 0x84535C) is unknown color: approx Cannon Pink. HEX triplet: 84, 53 and 5C. RGB value is (132,83,92). Sum of RGB (Red+Green+Blue) = 132+83+92=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #84535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84535C is #7BACA3. Grayscale: #626262. Windows color (decimal): -8105124 or 6050692. OLE color: 6050692.

HSL color Cylindrical-coordinate representation of color #84535C: hue angle of 348.98º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84535C is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1328392-
CMYK00.370.300.48
HSL348.98º22.79%42.16%-
HSV(B)348.98º37.12%51.76%-
XYZ14.5411.8611.65-
YUV98.68124.23151.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 92 (36.33% from 255) = 29.97%
R=43.00%
G=27.04%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132839200.370.300.48348.9822.7942.16
Hex84535C0251E3015d172a
Octal20412313404536605352752
Binary100001001010011101110001001011111011000010101110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84535C; }

 p { color: rgb(132,83,92); }

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

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

 a { background-color: rgb(132,83,92); }

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

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

 span { border-color: rgb(132,83,92); }

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