#856562

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

Shades of Pharlap #856562

Tints of Pharlap #856562

Color information

#856562 (or 0x856562) is unknown color: approx Pharlap. HEX triplet: 85, 65 and 62. RGB value is (133,101,98). Sum of RGB (Red+Green+Blue) = 133+101+98=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #856562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856562 is #7A9A9D. Grayscale: #6E6E6E. Windows color (decimal): -8034974 or 6448517. OLE color: 6448517.

HSL color Cylindrical-coordinate representation of color #856562: hue angle of 5.14º 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 #856562 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB13310198-
CMYK00.240.260.48
HSL5.14º15.15%45.29%-
HSV(B)5.14º26.32%52.16%-
XYZ16.5315.1813.61-
YUV110.23121.1144.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=40.06%
G=30.42%
B=29.52%

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
Decimal1331019800.240.260.485.1415.1545.29
Hex8565620181A305f2d
Octal205145142030326051755
Binary1000010111001011100010011000110101100001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856562; }

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

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

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

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

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

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

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

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