#855D58

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

Shades of Pharlap #855D58

Tints of Pharlap #855D58

Color information

#855D58 (or 0x855D58) is unknown color: approx Pharlap. HEX triplet: 85, 5D and 58. RGB value is (133,93,88). Sum of RGB (Red+Green+Blue) = 133+93+88=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #855D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D58 is #7AA2A7. Grayscale: #686868. Windows color (decimal): -8037032 or 5791109. OLE color: 5791109.

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

Color convert

RGB1339388-
CMYK00.300.340.48
HSL6.67º20.36%43.33%-
HSV(B)6.67º33.83%52.16%-
XYZ15.3513.5211.03-
YUV104.39118.75148.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 88 (34.77% from 255) = 28.03%
R=42.36%
G=29.62%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133938800.300.340.486.6720.3643.33
Hex855D5801E22307142b
Octal205135130036426072453
Binary100001011011101101100001111010001011000011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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