#815B57

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

Shades of Pharlap #815B57

Tints of Pharlap #815B57

Color information

#815B57 (or 0x815B57) is unknown color: approx Pharlap. HEX triplet: 81, 5B and 57. RGB value is (129,91,87). Sum of RGB (Red+Green+Blue) = 129+91+87=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #815B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815B57 is #7EA4A8. Grayscale: #656565. Windows color (decimal): -8299689 or 5725057. OLE color: 5725057.

HSL color Cylindrical-coordinate representation of color #815B57: hue angle of 5.71º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #815B57 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB1299187-
CMYK00.290.330.49
HSL5.71º19.44%42.35%-
HSV(B)5.71º32.56%50.59%-
XYZ14.5112.8410.73-
YUV101.91119.59147.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.02%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 87 (34.38% from 255) = 28.34%
R=42.02%
G=29.64%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129918700.290.330.495.7119.4442.35
Hex815B5701D21316132a
Octal201133127035416162352
Binary100000011011011101011101110110000111000111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,91,87); }

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

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

 a { background-color: rgb(129,91,87); }

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

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

 span { border-color: rgb(129,91,87); }

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