#82605D

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

Shades of Pharlap #82605D

Tints of Pharlap #82605D

Color information

#82605D (or 0x82605D) is unknown color: approx Pharlap. HEX triplet: 82, 60 and 5D. RGB value is (130,96,93). Sum of RGB (Red+Green+Blue) = 130+96+93=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #82605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82605D is #7D9FA2. Grayscale: #696969. Windows color (decimal): -8232867 or 6119554. OLE color: 6119554.

HSL color Cylindrical-coordinate representation of color #82605D: hue angle of 4.86º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82605D is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1309693-
CMYK00.260.280.49
HSL4.86º16.59%43.73%-
HSV(B)4.86º28.46%50.98%-
XYZ15.3613.912.23-
YUV105.82120.76145.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=40.75%
G=30.09%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130969300.260.280.494.8616.5943.73
Hex82605D01A1C315112c
Octal202140135032346152154
Binary10000010110000010111010110101110011000110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82605D; }

 p { color: rgb(130,96,93); }

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

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

 a { background-color: rgb(130,96,93); }

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

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

 span { border-color: rgb(130,96,93); }

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