#855653

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

Shades of Lotus #855653

Tints of Lotus #855653

Color information

#855653 (or 0x855653) is unknown color: approx Lotus. HEX triplet: 85, 56 and 53. RGB value is (133,86,83). Sum of RGB (Red+Green+Blue) = 133+86+83=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #855653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855653 is #7AA9AC. Grayscale: #636363. Windows color (decimal): -8038829 or 5461637. OLE color: 5461637.

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

Color convert

RGB1338683-
CMYK00.350.380.48
HSL3.6º23.15%42.35%-
HSV(B)3.6º37.59%52.16%-
XYZ14.5612.279.78-
YUV99.71118.57151.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 83 (32.81% from 255) = 27.48%
R=44.04%
G=28.48%
B=27.48%

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
Decimal133868300.350.380.483.623.1542.35
Hex85565302326304172a
Octal205126123043466042752
Binary1000010110101101010011010001110011011000010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855653; }

 p { color: rgb(133,86,83); }

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

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

 a { background-color: rgb(133,86,83); }

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

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

 span { border-color: rgb(133,86,83); }

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