#855954

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

Shades of Lotus #855954

Tints of Lotus #855954

Color information

#855954 (or 0x855954) is unknown color: approx Lotus. HEX triplet: 85, 59 and 54. RGB value is (133,89,84). Sum of RGB (Red+Green+Blue) = 133+89+84=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #855954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855954 is #7AA6AB. Grayscale: #656565. Windows color (decimal): -8038060 or 5527941. OLE color: 5527941.

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

Color convert

RGB1338984-
CMYK00.330.370.48
HSL6.12º22.58%42.55%-
HSV(B)6.12º36.84%52.16%-
XYZ14.8512.7710.07-
YUV101.59118.08150.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.46%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 84 (33.20% from 255) = 27.45%
R=43.46%
G=29.08%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133898400.330.370.486.1222.5842.55
Hex85595402125306172b
Octal205131124041456062753
Binary1000010110110011010100010000110010111000011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855954; }

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

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

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

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

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

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

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

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