#826462

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

Shades of Pharlap #826462

Tints of Pharlap #826462

Color information

#826462 (or 0x826462) is unknown color: approx Pharlap. HEX triplet: 82, 64 and 62. RGB value is (130,100,98). Sum of RGB (Red+Green+Blue) = 130+100+98=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #826462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826462 is #7D9B9D. Grayscale: #6C6C6C. Windows color (decimal): -8231838 or 6448258. OLE color: 6448258.

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

Color convert

RGB13010098-
CMYK00.230.250.49
HSL3.75º14.04%44.71%-
HSV(B)3.75º24.62%50.98%-
XYZ15.9714.7413.56-
YUV108.74121.94143.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 98 (38.67% from 255) = 29.88%
R=39.63%
G=30.49%
B=29.88%

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
Decimal1301009800.230.250.493.7514.0444.71
Hex82646201719314e2d
Octal202144142027316141655
Binary1000001011001001100010010111110011100011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826462; }

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

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

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

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

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

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

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

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