#854C48

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

Shades of Lotus #854C48

Tints of Lotus #854C48

Color information

#854C48 (or 0x854C48) is unknown color: approx Lotus. HEX triplet: 85, 4C and 48. RGB value is (133,76,72). Sum of RGB (Red+Green+Blue) = 133+76+72=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #854C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C48 is #7AB3B7. Grayscale: #5C5C5C. Windows color (decimal): -8041400 or 4738181. OLE color: 4738181.

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

Color convert

RGB1337672-
CMYK00.430.460.48
HSL3.93º29.76%40.2%-
HSV(B)3.93º45.86%52.16%-
XYZ13.4310.627.47-
YUV92.59116.38156.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 72 (28.52% from 255) = 25.62%
R=47.33%
G=27.05%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133767200.430.460.483.9329.7640.2
Hex854C4802B2E3041e28
Octal205114110053566043650
Binary1000010110011001001000010101110111011000010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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