#855852

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

Shades of Lotus #855852

Tints of Lotus #855852

Color information

#855852 (or 0x855852) is unknown color: approx Lotus. HEX triplet: 85, 58 and 52. RGB value is (133,88,82). Sum of RGB (Red+Green+Blue) = 133+88+82=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #855852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855852 is #7AA7AD. Grayscale: #646464. Windows color (decimal): -8038318 or 5396613. OLE color: 5396613.

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

Color convert

RGB1338882-
CMYK00.340.380.48
HSL7.06º23.72%42.16%-
HSV(B)7.06º38.35%52.16%-
XYZ14.6912.589.64-
YUV100.77117.41150.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=43.89%
G=29.04%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133888200.340.380.487.0623.7242.16
Hex85585202226307182a
Octal205130122042466073052
Binary1000010110110001010010010001010011011000011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855852; }

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

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

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

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

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

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

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

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