#854C4C

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

Shades of Lotus #854C4C

Tints of Lotus #854C4C

Color information

#854C4C (or 0x854C4C) is unknown color: approx Lotus. HEX triplet: 85, 4C and 4C. RGB value is (133,76,76). Sum of RGB (Red+Green+Blue) = 133+76+76=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #854C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C4C is #7AB3B3. Grayscale: #5D5D5D. Windows color (decimal): -8041396 or 5000325. OLE color: 5000325.

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

Color convert

RGB1337676-
CMYK00.430.430.48
HSL27.27%40.98%-
HSV(B)42.86%52.16%-
XYZ13.5610.688.18-
YUV93.04118.38156.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=46.67%
G=26.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133767600.430.430.48027.2740.98
Hex854C4C02B2B3001b29
Octal205114114053536003351
Binary10000101100110010011000101011101011110000011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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