#815454

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

Shades of Lotus #815454

Tints of Lotus #815454

Color information

#815454 (or 0x815454) is unknown color: approx Lotus. HEX triplet: 81, 54 and 54. RGB value is (129,84,84). Sum of RGB (Red+Green+Blue) = 129+84+84=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #815454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815454 is #7EABAB. Grayscale: #616161. Windows color (decimal): -8301484 or 5526657. OLE color: 5526657.

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

Color convert

RGB1298484-
CMYK00.350.350.49
HSL21.13%41.76%-
HSV(B)34.88%50.59%-
XYZ13.8211.659.91-
YUV97.45120.41150.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 84 (33.20% from 255) = 28.28%
R=43.43%
G=28.28%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129848400.350.350.49021.1341.76
Hex81545402323310152a
Octal201124124043436102552
Binary10000001101010010101000100011100011110001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815454; }

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

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

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

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

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

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

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

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