#84555E

Color #84555E Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #84555E

Tints of Cannon Pink #84555E

Color information

#84555E (or 0x84555E) is unknown color: approx Cannon Pink. HEX triplet: 84, 55 and 5E. RGB value is (132,85,94). Sum of RGB (Red+Green+Blue) = 132+85+94=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #84555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84555E is #7BAAA1. Grayscale: #646464. Windows color (decimal): -8104610 or 6182276. OLE color: 6182276.

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

Color convert

RGB1328594-
CMYK00.360.290.48
HSL348.51º21.66%42.55%-
HSV(B)348.51º35.61%51.76%-
XYZ14.7812.2112.17-
YUV100.08124.57150.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.44%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=42.44%
G=27.33%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132859400.360.290.48348.5121.6642.55
Hex84555E0241D3015d162b
Octal20412513604435605352653
Binary100001001010101101111001001001110111000010101110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84555E;
 }
 .AnyTagClassName
 {
   color: #84555E;
 }
</style>
background-color css

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

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

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

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

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

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