#854948

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

Shades of Lotus #854948

Tints of Lotus #854948

Color information

#854948 (or 0x854948) is unknown color: approx Lotus. HEX triplet: 85, 49 and 48. RGB value is (133,73,72). Sum of RGB (Red+Green+Blue) = 133+73+72=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #854948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854948 is #7AB6B7. Grayscale: #5A5A5A. Windows color (decimal): -8042168 or 4737413. OLE color: 4737413.

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

Color convert

RGB1337372-
CMYK00.450.460.48
HSL0.98º29.76%40.2%-
HSV(B)0.98º45.86%52.16%-
XYZ13.2310.227.41-
YUV90.83117.38158.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 73 (28.91% from 255) = 26.26%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=47.84%
G=26.26%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133737200.450.460.480.9829.7640.2
Hex85494802D2E3011e28
Octal205111110055566013650
Binary10000101100100110010000101101101110110000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854948; }

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

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

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

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

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

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

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

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