Html Css Color HEX #826461 Pharlap

📋 copy color: '#826461'

red 130 ◦ green 100 ◦ blue 97

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

Shades of Pharlap #826461

Tints of Pharlap #826461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.66%

R = 39.76%
G = 30.58%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#826461 (or 0x826461) is known color: Pharlap. HEX triplet: 82, 64 and 61. RGB value is (130,100,97). Sum of RGB (Red+Green+Blue) = 130+100+97=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #826461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826461 is #7D9B9E. Grayscale: #6C6C6C. Windows color (decimal): -8231839 or 6382722. OLE color: 6382722.

HSL color Cylindrical-coordinate representation of color #826461: hue angle of 5.45º degrees, saturation: 0.15, 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 #826461 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 100 97 -
CMYK 0 0.23 0.25 0.49
HSL 5.45º 0.15% 0.45% -
HSV(B) 5.45º 0.25% 0.51% -
XYZ 15.92 14.72 13.31 -
YUV 108.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 130 100 97 0 0.23 0.25 0.49 5.45 0.15 0.45
Hex 82 64 61 0 17 19 31 5 F 2D
Octal 202 144 141 0 27 31 61 5 17 55
Binary 10000010 1100100 1100001 0 10111 11001 110001 101 1111 101101

Color Harmonies of #826461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826461

Black with #826461

Text Example


Text Example

White with #826461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826461; }

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

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

background-color css

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

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

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

border-color css

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

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

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