#845E58

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

Shades of Pharlap #845E58

Tints of Pharlap #845E58

Color information

#845E58 (or 0x845E58) is unknown color: approx Pharlap. HEX triplet: 84, 5E and 58. RGB value is (132,94,88). Sum of RGB (Red+Green+Blue) = 132+94+88=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #845E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E58 is #7BA1A7. Grayscale: #686868. Windows color (decimal): -8102312 or 5791364. OLE color: 5791364.

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

Color convert

RGB1329488-
CMYK00.290.330.48
HSL8.18º20%43.14%-
HSV(B)8.18º33.33%51.76%-
XYZ15.2813.6211.06-
YUV104.68118.59147.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 94 (37.11% from 255) = 29.94%
BLUE value IS 88 (34.77% from 255) = 28.03%
R=42.04%
G=29.94%
B=28.03%

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
Decimal132948800.290.330.488.182043.14
Hex845E5801D21308142b
Octal2041361300354160102453
Binary1000010010111101011000011101100001110000100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845E58; }

 p { color: rgb(132,94,88); }

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

<style>
 a { background-color: #845E58; }

 a { background-color: rgb(132,94,88); }

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

<style>
 span { border-color: #845E58; }

 span { border-color: rgb(132,94,88); }

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