#84535F

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

Shades of Cannon Pink #84535F

Tints of Cannon Pink #84535F

Color information

#84535F (or 0x84535F) is unknown color: approx Cannon Pink. HEX triplet: 84, 53 and 5F. RGB value is (132,83,95). Sum of RGB (Red+Green+Blue) = 132+83+95=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #84535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84535F is #7BACA0. Grayscale: #636363. Windows color (decimal): -8105121 or 6247300. OLE color: 6247300.

HSL color Cylindrical-coordinate representation of color #84535F: hue angle of 345.31º 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 #84535F is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1328395-
CMYK00.370.280.48
HSL345.31º22.79%42.16%-
HSV(B)345.31º37.12%51.76%-
XYZ14.6711.9212.35-
YUV99.02125.73151.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=42.58%
G=26.77%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132839500.370.280.48345.3122.7942.16
Hex84535F0251C30159172a
Octal20412313704534605312752
Binary100001001010011101111101001011110011000010101100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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