#845F5C

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

Shades of Pharlap #845F5C

Tints of Pharlap #845F5C

Color information

#845F5C (or 0x845F5C) is unknown color: approx Pharlap. HEX triplet: 84, 5F and 5C. RGB value is (132,95,92). Sum of RGB (Red+Green+Blue) = 132+95+92=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #845F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F5C is #7BA0A3. Grayscale: #696969. Windows color (decimal): -8102052 or 6053764. OLE color: 6053764.

HSL color Cylindrical-coordinate representation of color #845F5C: 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 #845F5C is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1329592-
CMYK00.280.300.48
HSL4.5º17.86%43.92%-
HSV(B)4.5º30.3%51.76%-
XYZ15.5413.8611.98-
YUV105.72120.26146.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 95 (37.5% from 255) = 29.78%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=41.38%
G=29.78%
B=28.84%

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
Decimal132959200.280.300.484.517.8643.92
Hex845F5C01C1E305122c
Octal204137134034366052254
Binary10000100101111110111000111001111011000010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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