#85625E

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

Shades of Pharlap #85625E

Tints of Pharlap #85625E

Color information

#85625E (or 0x85625E) is unknown color: approx Pharlap. HEX triplet: 85, 62 and 5E. RGB value is (133,98,94). Sum of RGB (Red+Green+Blue) = 133+98+94=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85625E is #7A9DA1. Grayscale: #6C6C6C. Windows color (decimal): -8035746 or 6185605. OLE color: 6185605.

HSL color Cylindrical-coordinate representation of color #85625E: hue angle of 6.15º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85625E is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1339894-
CMYK00.260.290.48
HSL6.15º17.18%44.51%-
HSV(B)6.15º29.32%52.16%-
XYZ16.0614.5312.55-
YUV108.01120.1145.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 94 (37.11% from 255) = 28.92%
R=40.92%
G=30.15%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133989400.260.290.486.1517.1844.51
Hex85625E01A1D306112d
Octal205142136032356062155
Binary10000101110001010111100110101110111000011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85625E; }

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

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

<style>
 a { background-color: #85625E; }

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

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

<style>
 span { border-color: #85625E; }

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

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