#874E5B

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

Shades of Cannon Pink #874E5B

Tints of Cannon Pink #874E5B

Color information

#874E5B (or 0x874E5B) is unknown color: approx Cannon Pink. HEX triplet: 87, 4E and 5B. RGB value is (135,78,91). Sum of RGB (Red+Green+Blue) = 135+78+91=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #874E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E5B is #78B1A4. Grayscale: #606060. Windows color (decimal): -7909797 or 5983879. OLE color: 5983879.

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

Color convert

RGB1357891-
CMYK00.420.330.47
HSL346.32º26.76%41.76%-
HSV(B)346.32º42.22%52.94%-
XYZ14.611.3611.32-
YUV96.52124.88155.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 78 (30.86% from 255) = 25.66%
BLUE value IS 91 (35.94% from 255) = 29.93%
R=44.41%
G=25.66%
B=29.93%

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
Decimal135789100.420.330.47346.3226.7641.76
Hex874E5B02A212F15a1b2a
Octal20711613305241575323352
Binary1000011110011101011011010101010000110111110101101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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