#854C4A

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

Shades of Lotus #854C4A

Tints of Lotus #854C4A

Color information

#854C4A (or 0x854C4A) is unknown color: approx Lotus. HEX triplet: 85, 4C and 4A. RGB value is (133,76,74). Sum of RGB (Red+Green+Blue) = 133+76+74=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #854C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C4A is #7AB3B5. Grayscale: #5C5C5C. Windows color (decimal): -8041398 or 4869253. OLE color: 4869253.

HSL color Cylindrical-coordinate representation of color #854C4A: hue angle of 2.03º 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 #854C4A is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1337674-
CMYK00.430.440.48
HSL2.03º28.5%40.59%-
HSV(B)2.03º44.36%52.16%-
XYZ13.4910.657.82-
YUV92.82117.38156.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 76 (30.08% from 255) = 26.86%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=47.00%
G=26.86%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133767400.430.440.482.0328.540.59
Hex854C4A02B2C3021d29
Octal205114112053546023551
Binary100001011001100100101001010111011001100001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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