Html Css Color HEX #82645F Pharlap

📋 copy color: '#82645F'

red 130 ◦ green 100 ◦ blue 95

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

Shades of Pharlap #82645F

Tints of Pharlap #82645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 40%
G = 30.77%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82645F (or 0x82645F) is known color: Pharlap. HEX triplet: 82, 64 and 5F. RGB value is (130,100,95). Sum of RGB (Red+Green+Blue) = 130+100+95=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #82645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82645F is #7D9BA0. Grayscale: #6C6C6C. Windows color (decimal): -8231841 or 6251650. OLE color: 6251650.

HSL color Cylindrical-coordinate representation of color #82645F: hue angle of 8.57º 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 #82645F is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 100 95 -
CMYK 0 0.23 0.27 0.49
HSL 8.57º 0.16% 0.44% -
HSV(B) 8.57º 0.27% 0.51% -
XYZ 15.83 14.69 12.83 -
YUV 108.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 130 100 95 0 0.23 0.27 0.49 8.57 0.16 0.44
Hex 82 64 5F 0 17 1B 31 9 10 2C
Octal 202 144 137 0 27 33 61 11 20 54
Binary 10000010 1100100 1011111 0 10111 11011 110001 1001 10000 101100

Color Harmonies of #82645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82645F

Black with #82645F

Text Example


Text Example

White with #82645F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82645F;
 }
 .AnyTagClassName
 {
   color: #82645F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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