#825E5B

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

Shades of Pharlap #825E5B

Tints of Pharlap #825E5B

Color information

#825E5B (or 0x825E5B) is unknown color: approx Pharlap. HEX triplet: 82, 5E and 5B. RGB value is (130,94,91). Sum of RGB (Red+Green+Blue) = 130+94+91=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #825E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E5B is #7DA1A4. Grayscale: #686868. Windows color (decimal): -8233381 or 5987970. OLE color: 5987970.

HSL color Cylindrical-coordinate representation of color #825E5B: hue angle of 4.62º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #825E5B is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1309491-
CMYK00.280.300.49
HSL4.62º17.65%43.33%-
HSV(B)4.62º30%50.98%-
XYZ15.113.5111.71-
YUV104.42120.43146.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 94 (37.11% from 255) = 29.84%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=41.27%
G=29.84%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130949100.280.300.494.6217.6543.33
Hex825E5B01C1E315122b
Octal202136133034366152253
Binary10000010101111010110110111001111011000110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825E5B; }

 p { color: rgb(130,94,91); }

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

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

 a { background-color: rgb(130,94,91); }

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

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

 span { border-color: rgb(130,94,91); }

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