Html Css Color HEX #82605C Pharlap

📋 copy color: '#82605C'

red 130 ◦ green 96 ◦ blue 92

#82605C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pharlap #82605C

Tints of Pharlap #82605C

RGB

 RED value IS 130 (51.17% from 255) = 40.88%

 GREEN value IS 96 (37.89% from 255) = 30.19%

 BLUE value IS 92 (36.33% from 255) = 28.93%

R = 40.88%
G = 30.19%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82605C (or 0x82605C) is known color: Pharlap. HEX triplet: 82, 60 and 5C. RGB value is (130,96,92). Sum of RGB (Red+Green+Blue) = 130+96+92=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #82605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82605C is #7D9FA3. Grayscale: #696969. Windows color (decimal): -8232868 or 6054018. OLE color: 6054018.

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

Color convert

RGB 130 96 92 -
CMYK 0 0.26 0.29 0.49
HSL 6.32º 0.17% 0.44% -
HSV(B) 6.32º 0.29% 0.51% -
XYZ 15.32 13.88 12 -
YUV 105.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 130 96 92 0 0.26 0.29 0.49 6.32 0.17 0.44
Hex 82 60 5C 0 1A 1D 31 6 11 2C
Octal 202 140 134 0 32 35 61 6 21 54
Binary 10000010 1100000 1011100 0 11010 11101 110001 110 10001 101100

Color Harmonies of #82605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82605C

Black with #82605C

Text Example


Text Example

White with #82605C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82605C;
 }
 .AnyTagClassName
 {
   color: #82605C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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