Html Css Color HEX #84535F Cannon Pink

📋 copy color: '#84535F'

red 132 ◦ green 83 ◦ blue 95

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

Shades of Cannon Pink #84535F

Tints of Cannon Pink #84535F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.65%

R = 42.58%
G = 26.77%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84535F (or 0x84535F) is known color: Cannon Pink. HEX triplet: 84, 53 and 5F. RGB value is (132,83,95). Sum of RGB (Red+Green+Blue) = 132+83+95=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #84535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84535F is #7BACA0. Grayscale: #636363. Windows color (decimal): -8105121 or 6247300. OLE color: 6247300.

HSL color Cylindrical-coordinate representation of color #84535F: hue angle of 345.31º 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 #84535F is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 83 95 -
CMYK 0 0.37 0.28 0.48
HSL 345.31º 0.23% 0.42% -
HSV(B) 345.31º 0.37% 0.52% -
XYZ 14.67 11.92 12.35 -
YUV 99.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 132 83 95 0 0.37 0.28 0.48 345.31 0.23 0.42
Hex 84 53 5F 0 25 1C 30 159 17 2A
Octal 204 123 137 0 45 34 60 531 27 52
Binary 10000100 1010011 1011111 0 100101 11100 110000 101011001 10111 101010

Color Harmonies of #84535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84535F

Black with #84535F

Text Example


Text Example

White with #84535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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