#856563

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

Shades of Pharlap #856563

Tints of Pharlap #856563

Color information

#856563 (or 0x856563) is unknown color: approx Pharlap. HEX triplet: 85, 65 and 63. RGB value is (133,101,99). Sum of RGB (Red+Green+Blue) = 133+101+99=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #856563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856563 is #7A9A9C. Grayscale: #6E6E6E. Windows color (decimal): -8034973 or 6514053. OLE color: 6514053.

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

Color convert

RGB13310199-
CMYK00.240.260.48
HSL3.53º14.66%45.49%-
HSV(B)3.53º25.56%52.16%-
XYZ16.5815.1913.86-
YUV110.34121.6144.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=39.94%
G=30.33%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331019900.240.260.483.5314.6645.49
Hex8565630181A304f2d
Octal205145143030326041755
Binary1000010111001011100011011000110101100001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856563; }

 p { color: rgb(133,101,99); }

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

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

 a { background-color: rgb(133,101,99); }

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

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

 span { border-color: rgb(133,101,99); }

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