#835854

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

Shades of Lotus #835854

Tints of Lotus #835854

Color information

#835854 (or 0x835854) is unknown color: approx Lotus. HEX triplet: 83, 58 and 54. RGB value is (131,88,84). Sum of RGB (Red+Green+Blue) = 131+88+84=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #835854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835854 is #7CA7AB. Grayscale: #646464. Windows color (decimal): -8169388 or 5527683. OLE color: 5527683.

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

Color convert

RGB1318884-
CMYK00.330.360.49
HSL5.11º21.86%42.16%-
HSV(B)5.11º35.88%51.37%-
XYZ14.4512.4410.03-
YUV100.4118.75149.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.23%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 84 (33.20% from 255) = 27.72%
R=43.23%
G=29.04%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131888400.330.360.495.1121.8642.16
Hex83585402124315162a
Octal203130124041446152652
Binary1000001110110001010100010000110010011000110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835854; }

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

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

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

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

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

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

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

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