Html Css Color HEX #844D5E Cannon Pink

📋 copy color: '#844D5E'

red 132 ◦ green 77 ◦ blue 94

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

Shades of Cannon Pink #844D5E

Tints of Cannon Pink #844D5E

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 value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#844D5E (or 0x844D5E) is known color: 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

RGB 132 77 94 -
CMYK 0 0.42 0.29 0.48
HSL 341.45º 0.26% 0.41% -
HSV(B) 341.45º 0.42% 0.52% -
XYZ 14.19 11.02 11.97 -
YUV 95.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 132 77 94 0 0.42 0.29 0.48 341.45 0.26 0.41
Hex 84 4D 5E 0 2A 1D 30 155 1A 29
Octal 204 115 136 0 52 35 60 525 32 51
Binary 10000100 1001101 1011110 0 101010 11101 110000 101010101 11010 101001

Color Harmonies of #844D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844D5E

Black with #844D5E

Text Example


Text Example

White with #844D5E

Text Example


Text Example

HTML Codes & Css Web 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>