Html Css Color HEX #84535E Cannon Pink

📋 copy color: '#84535E'

red 132 ◦ green 83 ◦ blue 94

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

Shades of Cannon Pink #84535E

Tints of Cannon Pink #84535E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

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

R = 42.72%
G = 26.86%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84535E (or 0x84535E) is known color: Cannon Pink. HEX triplet: 84, 53 and 5E. RGB value is (132,83,94). Sum of RGB (Red+Green+Blue) = 132+83+94=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #84535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84535E is #7BACA1. Grayscale: #626262. Windows color (decimal): -8105122 or 6181764. OLE color: 6181764.

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

Color convert

RGB 132 83 94 -
CMYK 0 0.37 0.29 0.48
HSL 346.53º 0.23% 0.42% -
HSV(B) 346.53º 0.37% 0.52% -
XYZ 14.63 11.9 12.12 -
YUV 98.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 132 83 94 0 0.37 0.29 0.48 346.53 0.23 0.42
Hex 84 53 5E 0 25 1D 30 15B 17 2A
Octal 204 123 136 0 45 35 60 533 27 52
Binary 10000100 1010011 1011110 0 100101 11101 110000 101011011 10111 101010

Color Harmonies of #84535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84535E

Black with #84535E

Text Example


Text Example

White with #84535E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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