#835555

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

Shades of Lotus #835555

Tints of Lotus #835555

Color information

#835555 (or 0x835555) is unknown color: approx Lotus. HEX triplet: 83, 55 and 55. RGB value is (131,85,85). Sum of RGB (Red+Green+Blue) = 131+85+85=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #835555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835555 is #7CAAAA. Grayscale: #626262. Windows color (decimal): -8170155 or 5592451. OLE color: 5592451.

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

Color convert

RGB1318585-
CMYK00.350.350.49
HSL21.3%42.35%-
HSV(B)35.11%51.37%-
XYZ14.2511.9810.16-
YUV98.75120.24151-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.52%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 85 (33.59% from 255) = 28.24%
R=43.52%
G=28.24%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131858500.350.350.49021.342.35
Hex83555502323310152a
Octal203125125043436102552
Binary10000011101010110101010100011100011110001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835555; }

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

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

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

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

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

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

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

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