#825B57

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

Shades of Pharlap #825B57

Tints of Pharlap #825B57

Color information

#825B57 (or 0x825B57) is unknown color: approx Pharlap. HEX triplet: 82, 5B and 57. RGB value is (130,91,87). Sum of RGB (Red+Green+Blue) = 130+91+87=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #825B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B57 is #7DA4A8. Grayscale: #666666. Windows color (decimal): -8234153 or 5725058. OLE color: 5725058.

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

Color convert

RGB1309187-
CMYK00.300.330.49
HSL5.58º19.82%42.55%-
HSV(B)5.58º33.08%50.98%-
XYZ14.6712.9210.74-
YUV102.2119.42147.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 87 (34.38% from 255) = 28.25%
R=42.21%
G=29.55%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130918700.300.330.495.5819.8242.55
Hex825B5701E21316142b
Octal202133127036416162453
Binary100000101011011101011101111010000111000111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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