#855554

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

Shades of Lotus #855554

Tints of Lotus #855554

Color information

#855554 (or 0x855554) is unknown color: approx Lotus. HEX triplet: 85, 55 and 54. RGB value is (133,85,84). Sum of RGB (Red+Green+Blue) = 133+85+84=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #855554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855554 is #7AAAAB. Grayscale: #636363. Windows color (decimal): -8039084 or 5526917. OLE color: 5526917.

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

Color convert

RGB1338584-
CMYK00.360.370.48
HSL1.22º22.58%42.55%-
HSV(B)1.22º36.84%52.16%-
XYZ14.5212.129.96-
YUV99.24119.4152.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 84 (33.20% from 255) = 27.81%
R=44.04%
G=28.15%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133858400.360.370.481.2222.5842.55
Hex85555402425301172b
Octal205125124044456012753
Binary10000101101010110101000100100100101110000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855554; }

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

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

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

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

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

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

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

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