#835F5C

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

Shades of Pharlap #835F5C

Tints of Pharlap #835F5C

Color information

#835F5C (or 0x835F5C) is unknown color: approx Pharlap. HEX triplet: 83, 5F and 5C. RGB value is (131,95,92). Sum of RGB (Red+Green+Blue) = 131+95+92=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #835F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835F5C is #7CA0A3. Grayscale: #696969. Windows color (decimal): -8167588 or 6053763. OLE color: 6053763.

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

Color convert

RGB1319592-
CMYK00.270.300.49
HSL4.62º17.49%43.73%-
HSV(B)4.62º29.77%51.37%-
XYZ15.3813.7811.97-
YUV105.42120.43146.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.19%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=41.19%
G=29.87%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131959200.270.300.494.6217.4943.73
Hex835F5C01B1E315112c
Octal203137134033366152154
Binary10000011101111110111000110111111011000110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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