#84545B

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

Shades of Cannon Pink #84545B

Tints of Cannon Pink #84545B

Color information

#84545B (or 0x84545B) is unknown color: approx Cannon Pink. HEX triplet: 84, 54 and 5B. RGB value is (132,84,91). Sum of RGB (Red+Green+Blue) = 132+84+91=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #84545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84545B is #7BABA4. Grayscale: #636363. Windows color (decimal): -8104869 or 5985412. OLE color: 5985412.

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

Color convert

RGB1328491-
CMYK00.360.310.48
HSL351.25º22.22%42.35%-
HSV(B)351.25º36.36%51.76%-
XYZ14.571211.45-
YUV99.15123.4151.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=43.00%
G=27.36%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132849100.360.310.48351.2522.2242.35
Hex84545B0241F3015f162a
Octal20412413304437605372652
Binary100001001010100101101101001001111111000010101111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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