#826461

Color #826461 Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #826461

Tints of Pharlap #826461

Color information

#826461 (or 0x826461) is unknown color: approx 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

RGB13010097-
CMYK00.230.250.49
HSL5.45º14.54%44.51%-
HSV(B)5.45º25.38%50.98%-
XYZ15.9214.7213.31-
YUV108.63121.44143.24-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301009700.230.250.495.4514.5444.51
Hex82646101719315f2d
Octal202144141027316151755
Binary1000001011001001100001010111110011100011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>