Html Css Color HEX #84525F Cannon Pink

📋 copy color: '#84525F'

red 132 ◦ green 82 ◦ blue 95

#84525F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #84525F

Tints of Cannon Pink #84525F

RGB

 RED value IS 132 (51.95% from 255) = 42.72%

 GREEN value IS 82 (32.42% from 255) = 26.54%

 BLUE value IS 95 (37.5% from 255) = 30.74%

R = 42.72%
G = 26.54%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84525F (or 0x84525F) is known color: Cannon Pink. HEX triplet: 84, 52 and 5F. RGB value is (132,82,95). Sum of RGB (Red+Green+Blue) = 132+82+95=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #84525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84525F is #7BADA0. Grayscale: #626262. Windows color (decimal): -8105377 or 6247044. OLE color: 6247044.

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

Color convert

RGB 132 82 95 -
CMYK 0 0.38 0.28 0.48
HSL 344.4º 0.23% 0.42% -
HSV(B) 344.4º 0.38% 0.52% -
XYZ 14.6 11.77 12.33 -
YUV 98.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 132 82 95 0 0.38 0.28 0.48 344.4 0.23 0.42
Hex 84 52 5F 0 26 1C 30 158 17 2A
Octal 204 122 137 0 46 34 60 530 27 52
Binary 10000100 1010010 1011111 0 100110 11100 110000 101011000 10111 101010

Color Harmonies of #84525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84525F

Black with #84525F

Text Example


Text Example

White with #84525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84525F;
 }
 .AnyTagClassName
 {
   color: #84525F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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