#815B56

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

Shades of Pharlap #815B56

Tints of Pharlap #815B56

Color information

#815B56 (or 0x815B56) is unknown color: approx Pharlap. HEX triplet: 81, 5B and 56. RGB value is (129,91,86). Sum of RGB (Red+Green+Blue) = 129+91+86=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #815B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815B56 is #7EA4A9. Grayscale: #656565. Windows color (decimal): -8299690 or 5659521. OLE color: 5659521.

HSL color Cylindrical-coordinate representation of color #815B56: hue angle of 6.98º degrees, saturation: 0.2, 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 #815B56 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB1299186-
CMYK00.290.330.49
HSL6.98º20%42.16%-
HSV(B)6.98º33.33%50.59%-
XYZ14.4712.8210.52-
YUV101.79119.09147.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 91 (35.94% from 255) = 29.74%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=42.16%
G=29.74%
B=28.10%

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
Decimal129918600.290.330.496.982042.16
Hex815B5601D21317142a
Octal201133126035416172452
Binary100000011011011101011001110110000111000111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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