#855453

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

Shades of Lotus #855453

Tints of Lotus #855453

Color information

#855453 (or 0x855453) is unknown color: approx Lotus. HEX triplet: 85, 54 and 53. RGB value is (133,84,83). Sum of RGB (Red+Green+Blue) = 133+84+83=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #855453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855453 is #7AABAC. Grayscale: #626262. Windows color (decimal): -8039341 or 5461125. OLE color: 5461125.

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

Color convert

RGB1338483-
CMYK00.370.380.48
HSL1.2º23.15%42.35%-
HSV(B)1.2º37.59%52.16%-
XYZ14.411.959.73-
YUV98.54119.23152.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 83 (32.81% from 255) = 27.67%
R=44.33%
G=28%
B=27.67%

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
Decimal133848300.370.380.481.223.1542.35
Hex85545302526301172a
Octal205124123045466012752
Binary10000101101010010100110100101100110110000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855453; }

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

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

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

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

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

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

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

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