#855049

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

Shades of Lotus #855049

Tints of Lotus #855049

Color information

#855049 (or 0x855049) is unknown color: approx Lotus. HEX triplet: 85, 50 and 49. RGB value is (133,80,73). Sum of RGB (Red+Green+Blue) = 133+80+73=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #855049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855049 is #7AAFB6. Grayscale: #5F5F5F. Windows color (decimal): -8040375 or 4804741. OLE color: 4804741.

HSL color Cylindrical-coordinate representation of color #855049: hue angle of 7º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #855049 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1338073-
CMYK00.400.450.48
HSL29.13%40.39%-
HSV(B)45.11%52.16%-
XYZ13.7411.27.74-
YUV95.05115.56155.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.50%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 73 (28.91% from 255) = 25.52%
R=46.50%
G=27.97%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133807300.400.450.48729.1340.39
Hex8550490282D3071d28
Octal205120111050556073550
Binary1000010110100001001001010100010110111000011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855049; }

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

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

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

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

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

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

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

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