#84525B

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

Shades of Cannon Pink #84525B

Tints of Cannon Pink #84525B

Color information

#84525B (or 0x84525B) is unknown color: approx Cannon Pink. HEX triplet: 84, 52 and 5B. RGB value is (132,82,91). Sum of RGB (Red+Green+Blue) = 132+82+91=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #84525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84525B is #7BADA4. Grayscale: #616161. Windows color (decimal): -8105381 or 5984900. OLE color: 5984900.

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

Color convert

RGB1328291-
CMYK00.380.310.48
HSL349.2º23.36%41.96%-
HSV(B)349.2º37.88%51.76%-
XYZ14.4211.711.39-
YUV97.98124.06152.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.28%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=43.28%
G=26.89%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132829100.380.310.48349.223.3641.96
Hex84525B0261F3015d172a
Octal20412213304637605352752
Binary100001001010010101101101001101111111000010101110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84525B; }

 p { color: rgb(132,82,91); }

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

<style>
 a { background-color: #84525B; }

 a { background-color: rgb(132,82,91); }

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

<style>
 span { border-color: #84525B; }

 span { border-color: rgb(132,82,91); }

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