Html Css Color HEX #826862 Pharlap

📋 copy color: '#826862'

red 130 ◦ green 104 ◦ blue 98

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

Shades of Pharlap #826862

Tints of Pharlap #826862

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.33%

 BLUE value IS 98 (38.67% from 255) = 29.52%

R = 39.16%
G = 31.33%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#826862 (or 0x826862) is known color: Pharlap. HEX triplet: 82, 68 and 62. RGB value is (130,104,98). Sum of RGB (Red+Green+Blue) = 130+104+98=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #826862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826862 is #7D979D. Grayscale: #6F6F6F. Windows color (decimal): -8230814 or 6449282. OLE color: 6449282.

HSL color Cylindrical-coordinate representation of color #826862: hue angle of 11.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #826862 is Cyan = 0, Magento = 0.2, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 98 -
CMYK 0 0.2 0.25 0.49
HSL 11.25º 0.14% 0.45% -
HSV(B) 11.25º 0.25% 0.51% -
XYZ 16.36 15.53 13.69 -
YUV 111.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 130 104 98 0 0.2 0.25 0.49 11.25 0.14 0.45
Hex 82 68 62 0 14 19 31 B E 2D
Octal 202 150 142 0 24 31 61 13 16 55
Binary 10000010 1101000 1100010 0 10100 11001 110001 1011 1110 101101

Color Harmonies of #826862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826862

Black with #826862

Text Example


Text Example

White with #826862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826862; }

 p { color: rgb(130,104,98); }

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

background-color css

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

 a { background-color: rgb(130,104,98); }

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

border-color css

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

 span { border-color: rgb(130,104,98); }

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