#844D5E

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

Shades of Cannon Pink #844D5E

Tints of Cannon Pink #844D5E

Color information

#844D5E (or 0x844D5E) is unknown color: approx Cannon Pink. HEX triplet: 84, 4D and 5E. RGB value is (132,77,94). Sum of RGB (Red+Green+Blue) = 132+77+94=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #844D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D5E is #7BB2A1. Grayscale: #5F5F5F. Windows color (decimal): -8106658 or 6180228. OLE color: 6180228.

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

Color convert

RGB1327794-
CMYK00.420.290.48
HSL341.45º26.32%40.98%-
HSV(B)341.45º41.67%51.76%-
XYZ14.1911.0211.97-
YUV95.38127.22154.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 77 (30.47% from 255) = 25.41%
BLUE value IS 94 (37.11% from 255) = 31.02%
R=43.56%
G=25.41%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132779400.420.290.48341.4526.3240.98
Hex844D5E02A1D301551a29
Octal20411513605235605253251
Binary100001001001101101111001010101110111000010101010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844D5E; }

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

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

<style>
 a { background-color: #844D5E; }

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

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

<style>
 span { border-color: #844D5E; }

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

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