#874E59

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

Shades of Cannon Pink #874E59

Tints of Cannon Pink #874E59

Color information

#874E59 (or 0x874E59) is unknown color: approx Cannon Pink. HEX triplet: 87, 4E and 59. RGB value is (135,78,89). Sum of RGB (Red+Green+Blue) = 135+78+89=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #874E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E59 is #78B1A6. Grayscale: #606060. Windows color (decimal): -7909799 or 5852807. OLE color: 5852807.

HSL color Cylindrical-coordinate representation of color #874E59: hue angle of 348.42º 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 #874E59 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1357889-
CMYK00.420.340.47
HSL348.42º26.76%41.76%-
HSV(B)348.42º42.22%52.94%-
XYZ14.5211.3210.87-
YUV96.3123.88155.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 89 (35.16% from 255) = 29.47%
R=44.70%
G=25.83%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135788900.420.340.47348.4226.7641.76
Hex874E5902A222F15c1b2a
Octal20711613105242575343352
Binary1000011110011101011001010101010001010111110101110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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