#855249

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

Shades of Lotus #855249

Tints of Lotus #855249

Color information

#855249 (or 0x855249) is unknown color: approx Lotus. HEX triplet: 85, 52 and 49. RGB value is (133,82,73). Sum of RGB (Red+Green+Blue) = 133+82+73=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #855249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855249 is #7AADB6. Grayscale: #606060. Windows color (decimal): -8039863 or 4805253. OLE color: 4805253.

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

Color convert

RGB1338273-
CMYK00.380.450.48
HSL29.13%40.39%-
HSV(B)45.11%52.16%-
XYZ13.8911.57.79-
YUV96.22114.9154.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 73 (28.91% from 255) = 25.35%
R=46.18%
G=28.47%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133827300.380.450.48929.1340.39
Hex8552490262D3091d28
Octal2051221110465560113550
Binary10000101101001010010010100110101101110000100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855249; }

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

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

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

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

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

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

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

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