#825E5A

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

Shades of Pharlap #825E5A

Tints of Pharlap #825E5A

Color information

#825E5A (or 0x825E5A) is unknown color: approx Pharlap. HEX triplet: 82, 5E and 5A. RGB value is (130,94,90). Sum of RGB (Red+Green+Blue) = 130+94+90=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #825E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E5A is #7DA1A5. Grayscale: #686868. Windows color (decimal): -8233382 or 5922434. OLE color: 5922434.

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

Color convert

RGB1309490-
CMYK00.280.310.49
HSL18.18%43.14%-
HSV(B)30.77%50.98%-
XYZ15.0513.4911.48-
YUV104.31119.93146.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 94 (37.11% from 255) = 29.94%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=41.40%
G=29.94%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130949000.280.310.49618.1843.14
Hex825E5A01C1F316122b
Octal202136132034376162253
Binary10000010101111010110100111001111111000111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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