Html Css Color HEX #84565E Cannon Pink

📋 copy color: '#84565E'

red 132 ◦ green 86 ◦ blue 94

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

Shades of Cannon Pink #84565E

Tints of Cannon Pink #84565E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

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

R = 42.31%
G = 27.56%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84565E (or 0x84565E) is known color: Cannon Pink. HEX triplet: 84, 56 and 5E. RGB value is (132,86,94). Sum of RGB (Red+Green+Blue) = 132+86+94=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #84565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84565E is #7BA9A1. Grayscale: #646464. Windows color (decimal): -8104354 or 6182532. OLE color: 6182532.

HSL color Cylindrical-coordinate representation of color #84565E: hue angle of 349.57º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84565E is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 86 94 -
CMYK 0 0.35 0.29 0.48
HSL 349.57º 0.21% 0.43% -
HSV(B) 349.57º 0.35% 0.52% -
XYZ 14.86 12.37 12.19 -
YUV 100.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 132 86 94 0 0.35 0.29 0.48 349.57 0.21 0.43
Hex 84 56 5E 0 23 1D 30 15E 15 2B
Octal 204 126 136 0 43 35 60 536 25 53
Binary 10000100 1010110 1011110 0 100011 11101 110000 101011110 10101 101011

Color Harmonies of #84565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84565E

Black with #84565E

Text Example


Text Example

White with #84565E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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