#856462

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

Shades of Pharlap #856462

Tints of Pharlap #856462

Color information

#856462 (or 0x856462) is unknown color: approx Pharlap. HEX triplet: 85, 64 and 62. RGB value is (133,100,98). Sum of RGB (Red+Green+Blue) = 133+100+98=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #856462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856462 is #7A9B9D. Grayscale: #6D6D6D. Windows color (decimal): -8035230 or 6448261. OLE color: 6448261.

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

Color convert

RGB13310098-
CMYK00.250.260.48
HSL3.43º15.15%45.29%-
HSV(B)3.43º26.32%52.16%-
XYZ16.4314.9813.58-
YUV109.64121.43144.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=40.18%
G=30.21%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331009800.250.260.483.4315.1545.29
Hex8564620191A303f2d
Octal205144142031326031755
Binary100001011100100110001001100111010110000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856462; }

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

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

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

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

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

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

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

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