#854A4A

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

Shades of Lotus #854A4A

Tints of Lotus #854A4A

Color information

#854A4A (or 0x854A4A) is unknown color: approx Lotus. HEX triplet: 85, 4A and 4A. RGB value is (133,74,74). Sum of RGB (Red+Green+Blue) = 133+74+74=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #854A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A4A is #7AB5B5. Grayscale: #5B5B5B. Windows color (decimal): -8041910 or 4868741. OLE color: 4868741.

HSL color Cylindrical-coordinate representation of color #854A4A: hue angle of 0º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854A4A is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1337474-
CMYK00.440.440.48
HSL28.5%40.59%-
HSV(B)44.36%52.16%-
XYZ13.3610.387.78-
YUV91.64118.05157.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 74 (29.30% from 255) = 26.33%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=47.33%
G=26.33%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133747400.440.440.48028.540.59
Hex854A4A02C2C3001d29
Octal205112112054546003551
Binary10000101100101010010100101100101100110000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854A4A; }

 p { color: rgb(133,74,74); }

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

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

 a { background-color: rgb(133,74,74); }

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

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

 span { border-color: rgb(133,74,74); }

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