#855754

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

Shades of Lotus #855754

Tints of Lotus #855754

Color information

#855754 (or 0x855754) is unknown color: approx Lotus. HEX triplet: 85, 57 and 54. RGB value is (133,87,84). Sum of RGB (Red+Green+Blue) = 133+87+84=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #855754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855754 is #7AA8AB. Grayscale: #646464. Windows color (decimal): -8038572 or 5527429. OLE color: 5527429.

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

Color convert

RGB1338784-
CMYK00.350.370.48
HSL3.67º22.58%42.55%-
HSV(B)3.67º36.84%52.16%-
XYZ14.6812.4410.02-
YUV100.41118.74151.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 87 (34.38% from 255) = 28.62%
BLUE value IS 84 (33.20% from 255) = 27.63%
R=43.75%
G=28.62%
B=27.63%

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
Decimal133878400.350.370.483.6722.5842.55
Hex85575402325304172b
Octal205127124043456042753
Binary1000010110101111010100010001110010111000010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855754; }

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

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

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

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

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

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

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

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