#874D59

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

Shades of Cannon Pink #874D59

Tints of Cannon Pink #874D59

Color information

#874D59 (or 0x874D59) is unknown color: approx Cannon Pink. HEX triplet: 87, 4D and 59. RGB value is (135,77,89). Sum of RGB (Red+Green+Blue) = 135+77+89=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #874D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D59 is #78B2A6. Grayscale: #5F5F5F. Windows color (decimal): -7910055 or 5852551. OLE color: 5852551.

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

Color convert

RGB1357789-
CMYK00.430.340.47
HSL347.59º27.36%41.57%-
HSV(B)347.59º42.96%52.94%-
XYZ14.4511.1810.85-
YUV95.71124.22156.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 77 (30.47% from 255) = 25.58%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=44.85%
G=25.58%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135778900.430.340.47347.5927.3641.57
Hex874D5902B222F15c1b2a
Octal20711513105342575343352
Binary1000011110011011011001010101110001010111110101110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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