#855F5A

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

Shades of Pharlap #855F5A

Tints of Pharlap #855F5A

Color information

#855F5A (or 0x855F5A) is unknown color: approx Pharlap. HEX triplet: 85, 5F and 5A. RGB value is (133,95,90). Sum of RGB (Red+Green+Blue) = 133+95+90=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #855F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F5A is #7AA0A5. Grayscale: #696969. Windows color (decimal): -8036518 or 5922693. OLE color: 5922693.

HSL color Cylindrical-coordinate representation of color #855F5A: hue angle of 6.98º 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 #855F5A is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1339590-
CMYK00.290.320.48
HSL6.98º19.28%43.73%-
HSV(B)6.98º32.33%52.16%-
XYZ15.6113.9111.53-
YUV105.79119.09147.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=41.82%
G=29.87%
B=28.30%

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
Decimal133959000.290.320.486.9819.2843.73
Hex855F5A01D20307132c
Octal205137132035406072354
Binary100001011011111101101001110110000011000011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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