#835852

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

Shades of Lotus #835852

Tints of Lotus #835852

Color information

#835852 (or 0x835852) is unknown color: approx Lotus. HEX triplet: 83, 58 and 52. RGB value is (131,88,82). Sum of RGB (Red+Green+Blue) = 131+88+82=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #835852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835852 is #7CA7AD. Grayscale: #646464. Windows color (decimal): -8169390 or 5396611. OLE color: 5396611.

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

Color convert

RGB1318882-
CMYK00.330.370.49
HSL7.35º23%41.76%-
HSV(B)7.35º37.4%51.37%-
XYZ14.3712.419.62-
YUV100.17117.75149.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.52%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=43.52%
G=29.24%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131888200.330.370.497.352341.76
Hex83585202125317172a
Octal203130122041456172752
Binary1000001110110001010010010000110010111000111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835852; }

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

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

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

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

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

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

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

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