#835752

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

Shades of Lotus #835752

Tints of Lotus #835752

Color information

#835752 (or 0x835752) is unknown color: approx Lotus. HEX triplet: 83, 57 and 52. RGB value is (131,87,82). Sum of RGB (Red+Green+Blue) = 131+87+82=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #835752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835752 is #7CA8AD. Grayscale: #636363. Windows color (decimal): -8169646 or 5396355. OLE color: 5396355.

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

Color convert

RGB1318782-
CMYK00.340.370.49
HSL6.12º23%41.76%-
HSV(B)6.12º37.4%51.37%-
XYZ14.2912.259.59-
YUV99.59118.08150.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.67%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=43.67%
G=29%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131878200.340.370.496.122341.76
Hex83575202225316172a
Octal203127122042456162752
Binary1000001110101111010010010001010010111000111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835752; }

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

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

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

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

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

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

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

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