#826361

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

Shades of Pharlap #826361

Tints of Pharlap #826361

Color information

#826361 (or 0x826361) is unknown color: approx Pharlap. HEX triplet: 82, 63 and 61. RGB value is (130,99,97). Sum of RGB (Red+Green+Blue) = 130+99+97=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #826361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826361 is #7D9C9E. Grayscale: #6C6C6C. Windows color (decimal): -8232095 or 6382466. OLE color: 6382466.

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

Color convert

RGB1309997-
CMYK00.240.250.49
HSL3.64º14.54%44.51%-
HSV(B)3.64º25.38%50.98%-
XYZ15.8314.5313.28-
YUV108.04121.77143.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=39.88%
G=30.37%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130999700.240.250.493.6414.5444.51
Hex82636101819314f2d
Octal202143141030316141755
Binary1000001011000111100001011000110011100011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826361; }

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

 H1.HeaderClassName
 {
   color: #826361;
 }
 .AnyTagClassName
 {
   color: #826361;
 }
</style>
background-color css

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

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

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

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

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

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