#855454

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

Shades of Lotus #855454

Tints of Lotus #855454

Color information

#855454 (or 0x855454) is unknown color: approx Lotus. HEX triplet: 85, 54 and 54. RGB value is (133,84,84). Sum of RGB (Red+Green+Blue) = 133+84+84=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #855454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855454 is #7AABAB. Grayscale: #626262. Windows color (decimal): -8039340 or 5526661. OLE color: 5526661.

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

Color convert

RGB1338484-
CMYK00.370.370.48
HSL22.58%42.55%-
HSV(B)36.84%52.16%-
XYZ14.4411.979.94-
YUV98.65119.73152.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=44.19%
G=27.91%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133848400.370.370.48022.5842.55
Hex85545402525300172b
Octal205124124045456002753
Binary10000101101010010101000100101100101110000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855454; }

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

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

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

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

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

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

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

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