#87625F

Color #87625F Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #87625F

Tints of Pharlap #87625F

Color information

#87625F (or 0x87625F) is unknown color: approx Pharlap. HEX triplet: 87, 62 and 5F. RGB value is (135,98,95). Sum of RGB (Red+Green+Blue) = 135+98+95=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #87625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87625F is #789DA0. Grayscale: #6C6C6C. Windows color (decimal): -7904673 or 6251143. OLE color: 6251143.

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

Color convert

RGB1359895-
CMYK00.270.300.47
HSL4.5º17.39%45.1%-
HSV(B)4.5º29.63%52.94%-
XYZ16.4214.7112.8-
YUV108.72120.26146.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.16%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=41.16%
G=29.88%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135989500.270.300.474.517.3945.1
Hex87625F01B1E2F5112d
Octal207142137033365752155
Binary10000111110001010111110110111111010111110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87625F; }

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

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

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

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

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

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

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

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