#815D59

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

Shades of Pharlap #815D59

Tints of Pharlap #815D59

Color information

#815D59 (or 0x815D59) is unknown color: approx Pharlap. HEX triplet: 81, 5D and 59. RGB value is (129,93,89). Sum of RGB (Red+Green+Blue) = 129+93+89=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #815D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815D59 is #7EA2A6. Grayscale: #676767. Windows color (decimal): -8299175 or 5856641. OLE color: 5856641.

HSL color Cylindrical-coordinate representation of color #815D59: hue angle of 6º 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 #815D59 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1299389-
CMYK00.280.310.49
HSL18.35%42.75%-
HSV(B)31.01%50.59%-
XYZ14.7713.2211.22-
YUV103.31119.93146.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 93 (36.72% from 255) = 29.90%
BLUE value IS 89 (35.16% from 255) = 28.62%
R=41.48%
G=29.90%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129938900.280.310.49618.3542.75
Hex815D5901C1F316122b
Octal201135131034376162253
Binary10000001101110110110010111001111111000111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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