Html Css Color HEX #84525B Cannon Pink

📋 copy color: '#84525B'

red 132 ◦ green 82 ◦ blue 91

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

Shades of Cannon Pink #84525B

Tints of Cannon Pink #84525B

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 value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#84525B (or 0x84525B) is known color: 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

RGB 132 82 91 -
CMYK 0 0.38 0.31 0.48
HSL 349.2º 0.23% 0.42% -
HSV(B) 349.2º 0.38% 0.52% -
XYZ 14.42 11.7 11.39 -
YUV 97.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 132 82 91 0 0.38 0.31 0.48 349.2 0.23 0.42
Hex 84 52 5B 0 26 1F 30 15D 17 2A
Octal 204 122 133 0 46 37 60 535 27 52
Binary 10000100 1010010 1011011 0 100110 11111 110000 101011101 10111 101010

Color Harmonies of #84525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84525B

Black with #84525B

Text Example


Text Example

White with #84525B

Text Example


Text Example

HTML Codes & Css Web 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>