#885F59

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

Shades of Pharlap #885F59

Tints of Pharlap #885F59

Color information

#885F59 (or 0x885F59) is unknown color: approx Pharlap. HEX triplet: 88, 5F and 59. RGB value is (136,95,89). Sum of RGB (Red+Green+Blue) = 136+95+89=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #885F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F59 is #77A0A6. Grayscale: #6A6A6A. Windows color (decimal): -7839911 or 5857160. OLE color: 5857160.

HSL color Cylindrical-coordinate representation of color #885F59: hue angle of 7.66º 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 #885F59 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1369589-
CMYK00.300.350.47
HSL7.66º20.89%44.12%-
HSV(B)7.66º34.56%53.33%-
XYZ16.0514.1411.33-
YUV106.58118.08148.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.5%
GREEN value IS 95 (37.5% from 255) = 29.69%
BLUE value IS 89 (35.16% from 255) = 27.81%
R=42.5%
G=29.69%
B=27.81%

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
Decimal136958900.300.350.477.6620.8944.12
Hex885F5901E232F8152c
Octal2101371310364357102554
Binary1000100010111111011001011110100011101111100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885F59; }

 p { color: rgb(136,95,89); }

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

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

 a { background-color: rgb(136,95,89); }

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

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

 span { border-color: rgb(136,95,89); }

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