#855654

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

Shades of Lotus #855654

Tints of Lotus #855654

Color information

#855654 (or 0x855654) is unknown color: approx Lotus. HEX triplet: 85, 56 and 54. RGB value is (133,86,84). Sum of RGB (Red+Green+Blue) = 133+86+84=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #855654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855654 is #7AA9AB. Grayscale: #636363. Windows color (decimal): -8038828 or 5527173. OLE color: 5527173.

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

Color convert

RGB1338684-
CMYK00.350.370.48
HSL2.45º22.58%42.55%-
HSV(B)2.45º36.84%52.16%-
XYZ14.612.289.99-
YUV99.82119.07151.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 84 (33.20% from 255) = 27.72%
R=43.89%
G=28.38%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133868400.350.370.482.4522.5842.55
Hex85565402325302172b
Octal205126124043456022753
Binary100001011010110101010001000111001011100001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855654; }

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

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

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

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

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

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

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

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