#82625F

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

Shades of Pharlap #82625F

Tints of Pharlap #82625F

Color information

#82625F (or 0x82625F) is unknown color: approx Pharlap. HEX triplet: 82, 62 and 5F. RGB value is (130,98,95). Sum of RGB (Red+Green+Blue) = 130+98+95=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #82625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82625F is #7D9DA0. Grayscale: #6B6B6B. Windows color (decimal): -8232353 or 6251138. OLE color: 6251138.

HSL color Cylindrical-coordinate representation of color #82625F: hue angle of 5.14º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82625F is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1309895-
CMYK00.250.270.49
HSL5.14º15.56%44.12%-
HSV(B)5.14º26.92%50.98%-
XYZ15.6414.3112.76-
YUV107.23121.1144.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.25%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=40.25%
G=30.34%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130989500.250.270.495.1415.5644.12
Hex82625F0191B315102c
Octal202142137031336152054
Binary10000010110001010111110110011101111000110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82625F; }

 p { color: rgb(130,98,95); }

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

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

 a { background-color: rgb(130,98,95); }

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

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

 span { border-color: rgb(130,98,95); }

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