#835453

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

Shades of Lotus #835453

Tints of Lotus #835453

Color information

#835453 (or 0x835453) is unknown color: approx Lotus. HEX triplet: 83, 54 and 53. RGB value is (131,84,83). Sum of RGB (Red+Green+Blue) = 131+84+83=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #835453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835453 is #7CABAC. Grayscale: #616161. Windows color (decimal): -8170413 or 5461123. OLE color: 5461123.

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

Color convert

RGB1318483-
CMYK00.360.370.49
HSL1.25º22.43%41.96%-
HSV(B)1.25º36.64%51.37%-
XYZ14.0911.799.72-
YUV97.94119.57151.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.96%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 83 (32.81% from 255) = 27.85%
R=43.96%
G=28.19%
B=27.85%

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
Decimal131848300.360.370.491.2522.4341.96
Hex83545302425311162a
Octal203124123044456112652
Binary10000011101010010100110100100100101110001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835453; }

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

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

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

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

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

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

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

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