#835550

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

Shades of Lotus #835550

Tints of Lotus #835550

Color information

#835550 (or 0x835550) is unknown color: approx Lotus. HEX triplet: 83, 55 and 50. RGB value is (131,85,80). Sum of RGB (Red+Green+Blue) = 131+85+80=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #835550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835550 is #7CAAAF. Grayscale: #626262. Windows color (decimal): -8170160 or 5264771. OLE color: 5264771.

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

Color convert

RGB1318580-
CMYK00.350.390.49
HSL5.88º24.17%41.37%-
HSV(B)5.88º38.93%51.37%-
XYZ14.0611.99.15-
YUV98.18117.74151.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.26%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 80 (31.64% from 255) = 27.03%
R=44.26%
G=28.72%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131858000.350.390.495.8824.1741.37
Hex835550023273161829
Octal203125120043476163051
Binary1000001110101011010000010001110011111000111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835550; }

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

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

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

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

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

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

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

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