#835B56

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

Shades of Pharlap #835B56

Tints of Pharlap #835B56

Color information

#835B56 (or 0x835B56) is unknown color: approx Pharlap. HEX triplet: 83, 5B and 56. RGB value is (131,91,86). Sum of RGB (Red+Green+Blue) = 131+91+86=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #835B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B56 is #7CA4A9. Grayscale: #666666. Windows color (decimal): -8168618 or 5659523. OLE color: 5659523.

HSL color Cylindrical-coordinate representation of color #835B56: hue angle of 6.67º 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 #835B56 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB1319186-
CMYK00.310.340.49
HSL6.67º20.74%42.55%-
HSV(B)6.67º34.35%51.37%-
XYZ14.7812.9810.53-
YUV102.39118.75148.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.53%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=42.53%
G=29.55%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131918600.310.340.496.6720.7442.55
Hex835B5601F22317152b
Octal203133126037426172553
Binary100000111011011101011001111110001011000111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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