#854F48

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

Shades of Lotus #854F48

Tints of Lotus #854F48

Color information

#854F48 (or 0x854F48) is unknown color: approx Lotus. HEX triplet: 85, 4F and 48. RGB value is (133,79,72). Sum of RGB (Red+Green+Blue) = 133+79+72=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #854F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F48 is #7AB0B7. Grayscale: #5E5E5E. Windows color (decimal): -8040632 or 4738949. OLE color: 4738949.

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

Color convert

RGB1337972-
CMYK00.410.460.48
HSL6.89º29.76%40.2%-
HSV(B)6.89º45.86%52.16%-
XYZ13.6411.057.54-
YUV94.35115.39155.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 79 (31.25% from 255) = 27.82%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=46.83%
G=27.82%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133797200.410.460.486.8929.7640.2
Hex854F480292E3071e28
Octal205117110051566073650
Binary1000010110011111001000010100110111011000011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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