#874E5A

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

Shades of Cannon Pink #874E5A

Tints of Cannon Pink #874E5A

Color information

#874E5A (or 0x874E5A) is unknown color: approx Cannon Pink. HEX triplet: 87, 4E and 5A. RGB value is (135,78,90). Sum of RGB (Red+Green+Blue) = 135+78+90=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #874E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E5A is #78B1A5. Grayscale: #606060. Windows color (decimal): -7909798 or 5918343. OLE color: 5918343.

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

Color convert

RGB1357890-
CMYK00.420.330.47
HSL347.37º26.76%41.76%-
HSV(B)347.37º42.22%52.94%-
XYZ14.5611.3411.09-
YUV96.41124.38155.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 78 (30.86% from 255) = 25.74%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=44.55%
G=25.74%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135789000.420.330.47347.3726.7641.76
Hex874E5A02A212F15b1b2a
Octal20711613205241575333352
Binary1000011110011101011010010101010000110111110101101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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