#855D57

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

Shades of Pharlap #855D57

Tints of Pharlap #855D57

Color information

#855D57 (or 0x855D57) is unknown color: approx Pharlap. HEX triplet: 85, 5D and 57. RGB value is (133,93,87). Sum of RGB (Red+Green+Blue) = 133+93+87=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #855D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D57 is #7AA2A8. Grayscale: #686868. Windows color (decimal): -8037033 or 5725573. OLE color: 5725573.

HSL color Cylindrical-coordinate representation of color #855D57: hue angle of 7.83º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855D57 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1339387-
CMYK00.300.350.48
HSL7.83º20.91%43.14%-
HSV(B)7.83º34.59%52.16%-
XYZ15.3113.510.82-
YUV104.28118.25148.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 93 (36.72% from 255) = 29.71%
BLUE value IS 87 (34.38% from 255) = 27.80%
R=42.49%
G=29.71%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133938700.300.350.487.8320.9143.14
Hex855D5701E23308152b
Octal2051351270364360102553
Binary1000010110111011010111011110100011110000100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855D57; }

 p { color: rgb(133,93,87); }

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

<style>
 a { background-color: #855D57; }

 a { background-color: rgb(133,93,87); }

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

<style>
 span { border-color: #855D57; }

 span { border-color: rgb(133,93,87); }

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