#835452

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

Shades of Lotus #835452

Tints of Lotus #835452

Color information

#835452 (or 0x835452) is unknown color: approx Lotus. HEX triplet: 83, 54 and 52. RGB value is (131,84,82). Sum of RGB (Red+Green+Blue) = 131+84+82=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #835452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835452 is #7CABAD. Grayscale: #616161. Windows color (decimal): -8170414 or 5395587. OLE color: 5395587.

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

Color convert

RGB1318482-
CMYK00.360.370.49
HSL2.45º23%41.76%-
HSV(B)2.45º37.4%51.37%-
XYZ14.0511.789.51-
YUV97.82119.07151.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.11%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=44.11%
G=28.28%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131848200.360.370.492.452341.76
Hex83545202425312172a
Octal203124122044456122752
Binary100000111010100101001001001001001011100011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835452; }

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

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

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

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

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

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

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

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