#855E59

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

Shades of Pharlap #855E59

Tints of Pharlap #855E59

Color information

#855E59 (or 0x855E59) is unknown color: approx Pharlap. HEX triplet: 85, 5E and 59. RGB value is (133,94,89). Sum of RGB (Red+Green+Blue) = 133+94+89=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #855E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E59 is #7AA1A6. Grayscale: #696969. Windows color (decimal): -8036775 or 5856901. OLE color: 5856901.

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

Color convert

RGB1339489-
CMYK00.290.330.48
HSL6.82º19.82%43.53%-
HSV(B)6.82º33.08%52.16%-
XYZ15.4813.7111.28-
YUV105.09118.92147.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 89 (35.16% from 255) = 28.16%
R=42.09%
G=29.75%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133948900.290.330.486.8219.8243.53
Hex855E5901D21307142c
Octal205136131035416072454
Binary100001011011110101100101110110000111000011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,94,89); }

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

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

 a { background-color: rgb(133,94,89); }

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

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

 span { border-color: rgb(133,94,89); }

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