#835552

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

Shades of Lotus #835552

Tints of Lotus #835552

Color information

#835552 (or 0x835552) is unknown color: approx Lotus. HEX triplet: 83, 55 and 52. RGB value is (131,85,82). Sum of RGB (Red+Green+Blue) = 131+85+82=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #835552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835552 is #7CAAAD. Grayscale: #626262. Windows color (decimal): -8170158 or 5395843. OLE color: 5395843.

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

Color convert

RGB1318582-
CMYK00.350.370.49
HSL3.67º23%41.76%-
HSV(B)3.67º37.4%51.37%-
XYZ14.1311.939.54-
YUV98.41118.74151.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.96%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=43.96%
G=28.52%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131858200.350.370.493.672341.76
Hex83555202325314172a
Octal203125122043456142752
Binary1000001110101011010010010001110010111000110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835552; }

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

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

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

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

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

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

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

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