#85605D

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

Shades of Pharlap #85605D

Tints of Pharlap #85605D

Color information

#85605D (or 0x85605D) is unknown color: approx Pharlap. HEX triplet: 85, 60 and 5D. RGB value is (133,96,93). Sum of RGB (Red+Green+Blue) = 133+96+93=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #85605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85605D is #7A9FA2. Grayscale: #6A6A6A. Windows color (decimal): -8036259 or 6119557. OLE color: 6119557.

HSL color Cylindrical-coordinate representation of color #85605D: hue angle of 4.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85605D is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1339693-
CMYK00.280.300.48
HSL4.5º17.7%44.31%-
HSV(B)4.5º30.08%52.16%-
XYZ15.8314.1412.25-
YUV106.72120.26146.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=41.30%
G=29.81%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133969300.280.300.484.517.744.31
Hex85605D01C1E305122c
Octal205140135034366052254
Binary10000101110000010111010111001111011000010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85605D; }

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

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

<style>
 a { background-color: #85605D; }

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

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

<style>
 span { border-color: #85605D; }

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

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