#845C56

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

Shades of Pharlap #845C56

Tints of Pharlap #845C56

Color information

#845C56 (or 0x845C56) is unknown color: approx Pharlap. HEX triplet: 84, 5C and 56. RGB value is (132,92,86). Sum of RGB (Red+Green+Blue) = 132+92+86=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #845C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C56 is #7BA3A9. Grayscale: #676767. Windows color (decimal): -8102826 or 5659780. OLE color: 5659780.

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

Color convert

RGB1329286-
CMYK00.300.350.48
HSL7.83º21.1%42.75%-
HSV(B)7.83º34.85%51.76%-
XYZ15.0213.2310.57-
YUV103.28118.25148.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 92 (36.33% from 255) = 29.68%
BLUE value IS 86 (33.98% from 255) = 27.74%
R=42.58%
G=29.68%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132928600.300.350.487.8321.142.75
Hex845C5601E23308152b
Octal2041341260364360102553
Binary1000010010111001010110011110100011110000100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,92,86); }

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

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

 a { background-color: rgb(132,92,86); }

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

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

 span { border-color: rgb(132,92,86); }

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