Html Css Color HEX #84555D Cannon Pink

📋 copy color: '#84555D'

red 132 ◦ green 85 ◦ blue 93

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

Shades of Cannon Pink #84555D

Tints of Cannon Pink #84555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 93 (36.72% from 255) = 30%

R = 42.58%
G = 27.42%
B = 30%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84555D (or 0x84555D) is known color: Cannon Pink. HEX triplet: 84, 55 and 5D. RGB value is (132,85,93). Sum of RGB (Red+Green+Blue) = 132+85+93=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #84555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84555D is #7BAAA2. Grayscale: #636363. Windows color (decimal): -8104611 or 6116740. OLE color: 6116740.

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

Color convert

RGB 132 85 93 -
CMYK 0 0.36 0.30 0.48
HSL 349.79º 0.22% 0.43% -
HSV(B) 349.79º 0.36% 0.52% -
XYZ 14.74 12.19 11.93 -
YUV 99.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 132 85 93 0 0.36 0.30 0.48 349.79 0.22 0.43
Hex 84 55 5D 0 24 1E 30 15E 16 2B
Octal 204 125 135 0 44 36 60 536 26 53
Binary 10000100 1010101 1011101 0 100100 11110 110000 101011110 10110 101011

Color Harmonies of #84555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84555D

Black with #84555D

Text Example


Text Example

White with #84555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84555D; }

 p { color: rgb(132,85,93); }

 H1.HeaderClassName
 {
   color: #84555D;
 }
 .AnyTagClassName
 {
   color: #84555D;
 }
</style>

background-color css

<style>
 a { background-color: #84555D; }

 a { background-color: rgb(132,85,93); }

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

border-color css

<style>
 span { border-color: #84555D; }

 span { border-color: rgb(132,85,93); }

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