Html Css Color HEX #82635D Pharlap

📋 copy color: '#82635D'

red 130 ◦ green 99 ◦ blue 93

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

Shades of Pharlap #82635D

Tints of Pharlap #82635D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.75%

 BLUE value IS 93 (36.72% from 255) = 28.88%

R = 40.37%
G = 30.75%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82635D (or 0x82635D) is known color: Pharlap. HEX triplet: 82, 63 and 5D. RGB value is (130,99,93). Sum of RGB (Red+Green+Blue) = 130+99+93=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #82635D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82635D is #7D9CA2. Grayscale: #6B6B6B. Windows color (decimal): -8232099 or 6120322. OLE color: 6120322.

HSL color Cylindrical-coordinate representation of color #82635D: hue angle of 9.73º 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 #82635D is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 99 93 -
CMYK 0 0.24 0.28 0.49
HSL 9.73º 0.17% 0.44% -
HSV(B) 9.73º 0.28% 0.51% -
XYZ 15.64 14.46 12.32 -
YUV 107.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 130 99 93 0 0.24 0.28 0.49 9.73 0.17 0.44
Hex 82 63 5D 0 18 1C 31 A 11 2C
Octal 202 143 135 0 30 34 61 12 21 54
Binary 10000010 1100011 1011101 0 11000 11100 110001 1010 10001 101100

Color Harmonies of #82635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82635D

Black with #82635D

Text Example


Text Example

White with #82635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82635D;
 }
 .AnyTagClassName
 {
   color: #82635D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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