#835C56

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

Shades of Pharlap #835C56

Tints of Pharlap #835C56

Color information

#835C56 (or 0x835C56) is unknown color: approx Pharlap. HEX triplet: 83, 5C and 56. RGB value is (131,92,86). Sum of RGB (Red+Green+Blue) = 131+92+86=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #835C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835C56 is #7CA3A9. Grayscale: #676767. Windows color (decimal): -8168362 or 5659779. OLE color: 5659779.

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

Color convert

RGB1319286-
CMYK00.300.340.49
HSL20.74%42.55%-
HSV(B)34.35%51.37%-
XYZ14.8713.1510.56-
YUV102.98118.42147.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.39%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=42.39%
G=29.77%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131928600.300.340.49820.7442.55
Hex835C5601E22318152b
Octal2031341260364261102553
Binary1000001110111001010110011110100010110001100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835C56; }

 p { color: rgb(131,92,86); }

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

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

 a { background-color: rgb(131,92,86); }

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

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

 span { border-color: rgb(131,92,86); }

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