#815353

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

Shades of Lotus #815353

Tints of Lotus #815353

Color information

#815353 (or 0x815353) is unknown color: approx Lotus. HEX triplet: 81, 53 and 53. RGB value is (129,83,83). Sum of RGB (Red+Green+Blue) = 129+83+83=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #815353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815353 is #7EACAC. Grayscale: #606060. Windows color (decimal): -8301741 or 5460865. OLE color: 5460865.

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

Color convert

RGB1298383-
CMYK00.360.360.49
HSL21.7%41.57%-
HSV(B)35.66%50.59%-
XYZ13.7111.489.68-
YUV96.75120.24151-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 83 (32.81% from 255) = 28.14%
R=43.73%
G=28.14%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129838300.360.360.49021.741.57
Hex81535302424310162a
Octal201123123044446102652
Binary10000001101001110100110100100100100110001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815353; }

 p { color: rgb(129,83,83); }

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

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

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

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

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

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

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