#835750

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

Shades of Lotus #835750

Tints of Lotus #835750

Color information

#835750 (or 0x835750) is unknown color: approx Lotus. HEX triplet: 83, 57 and 50. RGB value is (131,87,80). Sum of RGB (Red+Green+Blue) = 131+87+80=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #835750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835750 is #7CA8AF. Grayscale: #636363. Windows color (decimal): -8169648 or 5265283. OLE color: 5265283.

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

Color convert

RGB1318780-
CMYK00.340.390.49
HSL8.24º24.17%41.37%-
HSV(B)8.24º38.93%51.37%-
XYZ14.2212.229.2-
YUV99.36117.08150.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.96%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=43.96%
G=29.19%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131878000.340.390.498.2424.1741.37
Hex835750022273181829
Octal2031271200424761103051
Binary10000011101011110100000100010100111110001100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835750; }

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

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

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

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

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

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

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

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