Html Css Color HEX #84525E Cannon Pink

📋 copy color: '#84525E'

red 132 ◦ green 82 ◦ blue 94

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

Shades of Cannon Pink #84525E

Tints of Cannon Pink #84525E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.52%

R = 42.86%
G = 26.62%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84525E (or 0x84525E) is known color: Cannon Pink. HEX triplet: 84, 52 and 5E. RGB value is (132,82,94). Sum of RGB (Red+Green+Blue) = 132+82+94=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84525E is #7BADA1. Grayscale: #626262. Windows color (decimal): -8105378 or 6181508. OLE color: 6181508.

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

Color convert

RGB 132 82 94 -
CMYK 0 0.38 0.29 0.48
HSL 345.6º 0.23% 0.42% -
HSV(B) 345.6º 0.38% 0.52% -
XYZ 14.55 11.75 12.09 -
YUV 98.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 132 82 94 0 0.38 0.29 0.48 345.6 0.23 0.42
Hex 84 52 5E 0 26 1D 30 15A 17 2A
Octal 204 122 136 0 46 35 60 532 27 52
Binary 10000100 1010010 1011110 0 100110 11101 110000 101011010 10111 101010

Color Harmonies of #84525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84525E

Black with #84525E

Text Example


Text Example

White with #84525E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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