#835755

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

Shades of Lotus #835755

Tints of Lotus #835755

Color information

#835755 (or 0x835755) is unknown color: approx Lotus. HEX triplet: 83, 57 and 55. RGB value is (131,87,85). Sum of RGB (Red+Green+Blue) = 131+87+85=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #835755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835755 is #7CA8AA. Grayscale: #636363. Windows color (decimal): -8169643 or 5592963. OLE color: 5592963.

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

Color convert

RGB1318785-
CMYK00.340.350.49
HSL2.61º21.3%42.35%-
HSV(B)2.61º35.11%51.37%-
XYZ14.4112.310.21-
YUV99.93119.58150.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.23%
GREEN value IS 87 (34.38% from 255) = 28.71%
BLUE value IS 85 (33.59% from 255) = 28.05%
R=43.23%
G=28.71%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131878500.340.350.492.6121.342.35
Hex83575502223313152a
Octal203127125042436132552
Binary100000111010111101010101000101000111100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835755; }

 p { color: rgb(131,87,85); }

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

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

 a { background-color: rgb(131,87,85); }

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

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

 span { border-color: rgb(131,87,85); }

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