#874E5D

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

Shades of Cannon Pink #874E5D

Tints of Cannon Pink #874E5D

Color information

#874E5D (or 0x874E5D) is unknown color: approx Cannon Pink. HEX triplet: 87, 4E and 5D. RGB value is (135,78,93). Sum of RGB (Red+Green+Blue) = 135+78+93=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #874E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E5D is #78B1A2. Grayscale: #606060. Windows color (decimal): -7909795 or 6114951. OLE color: 6114951.

HSL color Cylindrical-coordinate representation of color #874E5D: hue angle of 344.21º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E5D is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1357893-
CMYK00.420.310.47
HSL344.21º26.76%41.76%-
HSV(B)344.21º42.22%52.94%-
XYZ14.6911.3911.78-
YUV96.75125.88155.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 78 (30.86% from 255) = 25.49%
BLUE value IS 93 (36.72% from 255) = 30.39%
R=44.12%
G=25.49%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135789300.420.310.47344.2126.7641.76
Hex874E5D02A1F2F1581b2a
Octal20711613505237575303352
Binary100001111001110101110101010101111110111110101100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874E5D; }

 p { color: rgb(135,78,93); }

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

<style>
 a { background-color: #874E5D; }

 a { background-color: rgb(135,78,93); }

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

<style>
 span { border-color: #874E5D; }

 span { border-color: rgb(135,78,93); }

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