#835954

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

Shades of Lotus #835954

Tints of Lotus #835954

Color information

#835954 (or 0x835954) is unknown color: approx Lotus. HEX triplet: 83, 59 and 54. RGB value is (131,89,84). Sum of RGB (Red+Green+Blue) = 131+89+84=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #835954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835954 is #7CA6AB. Grayscale: #656565. Windows color (decimal): -8169132 or 5527939. OLE color: 5527939.

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

Color convert

RGB1318984-
CMYK00.320.360.49
HSL6.38º21.86%42.16%-
HSV(B)6.38º35.88%51.37%-
XYZ14.5312.6110.06-
YUV100.99118.41149.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 84 (33.20% from 255) = 27.63%
R=43.09%
G=29.28%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131898400.320.360.496.3821.8642.16
Hex83595402024316162a
Octal203131124040446162652
Binary1000001110110011010100010000010010011000111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835954; }

 p { color: rgb(131,89,84); }

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

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

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

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

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

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

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