#835b55

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

Shades of Lotus #835B55

Tints of Lotus #835B55

Color information

#835B55 (or 0x835B55) is unknown color: approx Lotus. HEX triplet: 83, 5B and 55. RGB value is (131,91,85). Sum of RGB (Red+Green+Blue) = 131+91+85=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #835B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B55 is #7CA4AA. Grayscale: #666666. Windows color (decimal): -8168619 or 5593987. OLE color: 5593987.

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

Color convert

RGB1319185-
CMYK00.310.350.49
HSL7.83º21.3%42.35%-
HSV(B)7.83º35.11%51.37%-
XYZ14.7412.9610.32-
YUV102.28118.25148.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.67%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=42.67%
G=29.64%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131918500.310.350.497.8321.342.35
Hex835B5501F23318152a
Octal2031331250374361102552
Binary1000001110110111010101011111100011110001100010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835b55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835b55; }

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

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

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

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

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

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

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

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