#835655

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

Shades of Lotus #835655

Tints of Lotus #835655

Color information

#835655 (or 0x835655) is unknown color: approx Lotus. HEX triplet: 83, 56 and 55. RGB value is (131,86,85). Sum of RGB (Red+Green+Blue) = 131+86+85=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #835655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835655 is #7CA9AA. Grayscale: #636363. Windows color (decimal): -8169899 or 5592707. OLE color: 5592707.

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

Color convert

RGB1318685-
CMYK00.340.350.49
HSL1.3º21.3%42.35%-
HSV(B)1.3º35.11%51.37%-
XYZ14.3312.1410.18-
YUV99.34119.91150.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.38%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 85 (33.59% from 255) = 28.15%
R=43.38%
G=28.48%
B=28.15%

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
Decimal131868500.340.350.491.321.342.35
Hex83565502223311152a
Octal203126125042436112552
Binary10000011101011010101010100010100011110001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835655; }

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

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

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

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

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

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

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

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