#805D59

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

Shades of Pharlap #805D59

Tints of Pharlap #805D59

Color information

#805D59 (or 0x805D59) is unknown color: approx Pharlap. HEX triplet: 80, 5D and 59. RGB value is (128,93,89). Sum of RGB (Red+Green+Blue) = 128+93+89=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #805D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805D59 is #7FA2A6. Grayscale: #676767. Windows color (decimal): -8364711 or 5856640. OLE color: 5856640.

HSL color Cylindrical-coordinate representation of color #805D59: hue angle of 6.15º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #805D59 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1289389-
CMYK00.270.300.50
HSL6.15º17.97%42.55%-
HSV(B)6.15º30.47%50.2%-
XYZ14.6213.1411.22-
YUV103.01120.1145.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.29%
GREEN value IS 93 (36.72% from 255) = 30%
BLUE value IS 89 (35.16% from 255) = 28.71%
R=41.29%
G=30%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128938900.270.300.506.1517.9742.55
Hex805D5901B1E326122b
Octal200135131033366262253
Binary10000000101110110110010110111111011001011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805D59; }

 p { color: rgb(128,93,89); }

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

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

 a { background-color: rgb(128,93,89); }

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

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

 span { border-color: rgb(128,93,89); }

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