#855752

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

Shades of Lotus #855752

Tints of Lotus #855752

Color information

#855752 (or 0x855752) is unknown color: approx Lotus. HEX triplet: 85, 57 and 52. RGB value is (133,87,82). Sum of RGB (Red+Green+Blue) = 133+87+82=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #855752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855752 is #7AA8AD. Grayscale: #646464. Windows color (decimal): -8038574 or 5396357. OLE color: 5396357.

HSL color Cylindrical-coordinate representation of color #855752: hue angle of 5.88º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855752 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1338782-
CMYK00.350.380.48
HSL5.88º23.72%42.16%-
HSV(B)5.88º38.35%52.16%-
XYZ14.612.419.61-
YUV100.18117.74151.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 87 (34.38% from 255) = 28.81%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=44.04%
G=28.81%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133878200.350.380.485.8823.7242.16
Hex85575202326306182a
Octal205127122043466063052
Binary1000010110101111010010010001110011011000011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855752; }

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

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

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

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

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

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

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

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