#874962

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

Shades of Cannon Pink #874962

Tints of Cannon Pink #874962

Color information

#874962 (or 0x874962) is unknown color: approx Cannon Pink. HEX triplet: 87, 49 and 62. RGB value is (135,73,98). Sum of RGB (Red+Green+Blue) = 135+73+98=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #874962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874962 is #78B69D. Grayscale: #5E5E5E. Windows color (decimal): -7911070 or 6441351. OLE color: 6441351.

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

Color convert

RGB1357398-
CMYK00.460.270.47
HSL335.81º29.81%40.78%-
HSV(B)335.81º45.93%52.94%-
XYZ14.5810.812.87-
YUV94.39130.04156.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 98 (38.67% from 255) = 32.03%
R=44.12%
G=23.86%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135739800.460.270.47335.8129.8140.78
Hex87496202E1B2F1501e29
Octal20711114205633575203651
Binary100001111001001110001001011101101110111110101000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874962; }

 p { color: rgb(135,73,98); }

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

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

 a { background-color: rgb(135,73,98); }

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

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

 span { border-color: rgb(135,73,98); }

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