#855E5A

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

Shades of Pharlap #855E5A

Tints of Pharlap #855E5A

Color information

#855E5A (or 0x855E5A) is unknown color: approx Pharlap. HEX triplet: 85, 5E and 5A. RGB value is (133,94,90). Sum of RGB (Red+Green+Blue) = 133+94+90=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #855E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E5A is #7AA1A5. Grayscale: #696969. Windows color (decimal): -8036774 or 5922437. OLE color: 5922437.

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

Color convert

RGB1339490-
CMYK00.290.320.48
HSL5.58º19.28%43.73%-
HSV(B)5.58º32.33%52.16%-
XYZ15.5213.7311.5-
YUV105.2119.42147.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 94 (37.11% from 255) = 29.65%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=41.96%
G=29.65%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133949000.290.320.485.5819.2843.73
Hex855E5A01D20306132c
Octal205136132035406062354
Binary100001011011110101101001110110000011000011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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