#875F58

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

Shades of Pharlap #875F58

Tints of Pharlap #875F58

Color information

#875F58 (or 0x875F58) is unknown color: approx Pharlap. HEX triplet: 87, 5F and 58. RGB value is (135,95,88). Sum of RGB (Red+Green+Blue) = 135+95+88=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #875F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F58 is #78A0A7. Grayscale: #6A6A6A. Windows color (decimal): -7905448 or 5791623. OLE color: 5791623.

HSL color Cylindrical-coordinate representation of color #875F58: hue angle of 8.94º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #875F58 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1359588-
CMYK00.300.350.47
HSL8.94º21.08%43.73%-
HSV(B)8.94º34.81%52.94%-
XYZ15.8514.0411.11-
YUV106.16117.75148.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 88 (34.77% from 255) = 27.67%
R=42.45%
G=29.87%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135958800.300.350.478.9421.0843.73
Hex875F5801E232F9152c
Octal2071371300364357112554
Binary1000011110111111011000011110100011101111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875F58; }

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

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

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

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

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

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

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

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