#815E59

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

Shades of Pharlap #815E59

Tints of Pharlap #815E59

Color information

#815E59 (or 0x815E59) is unknown color: approx Pharlap. HEX triplet: 81, 5E and 59. RGB value is (129,94,89). Sum of RGB (Red+Green+Blue) = 129+94+89=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #815E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E59 is #7EA1A6. Grayscale: #676767. Windows color (decimal): -8298919 or 5856897. OLE color: 5856897.

HSL color Cylindrical-coordinate representation of color #815E59: hue angle of 7.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #815E59 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1299489-
CMYK00.270.310.49
HSL7.5º18.35%42.75%-
HSV(B)7.5º31.01%50.59%-
XYZ14.8613.3911.25-
YUV103.9119.6145.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.35%
GREEN value IS 94 (37.11% from 255) = 30.13%
BLUE value IS 89 (35.16% from 255) = 28.53%
R=41.35%
G=30.13%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129948900.270.310.497.518.3542.75
Hex815E5901B1F318122b
Octal2011361310333761102253
Binary100000011011110101100101101111111110001100010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815E59; }

 p { color: rgb(129,94,89); }

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

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

 a { background-color: rgb(129,94,89); }

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

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

 span { border-color: rgb(129,94,89); }

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