#82605A

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

Shades of Pharlap #82605A

Tints of Pharlap #82605A

Color information

#82605A (or 0x82605A) is unknown color: approx Pharlap. HEX triplet: 82, 60 and 5A. RGB value is (130,96,90). Sum of RGB (Red+Green+Blue) = 130+96+90=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #82605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82605A is #7D9FA5. Grayscale: #696969. Windows color (decimal): -8232870 or 5922946. OLE color: 5922946.

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

Color convert

RGB1309690-
CMYK00.260.310.49
HSL18.18%43.14%-
HSV(B)30.77%50.98%-
XYZ15.2313.8511.54-
YUV105.48119.26145.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.14%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 90 (35.55% from 255) = 28.48%
R=41.14%
G=30.38%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130969000.260.310.49918.1843.14
Hex82605A01A1F319122b
Octal2021401320323761112253
Binary100000101100000101101001101011111110001100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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