#855452

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

Shades of Lotus #855452

Tints of Lotus #855452

Color information

#855452 (or 0x855452) is unknown color: approx Lotus. HEX triplet: 85, 54 and 52. RGB value is (133,84,82). Sum of RGB (Red+Green+Blue) = 133+84+82=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #855452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855452 is #7AABAD. Grayscale: #626262. Windows color (decimal): -8039342 or 5395589. OLE color: 5395589.

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

Color convert

RGB1338482-
CMYK00.370.380.48
HSL2.35º23.72%42.16%-
HSV(B)2.35º38.35%52.16%-
XYZ14.3711.949.53-
YUV98.42118.73152.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 84 (33.20% from 255) = 28.09%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=44.48%
G=28.09%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133848200.370.380.482.3523.7242.16
Hex85545202526302182a
Octal205124122045466023052
Binary100001011010100101001001001011001101100001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855452; }

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

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

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

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

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

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

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

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