#85514C

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

Shades of Lotus #85514C

Tints of Lotus #85514C

Color information

#85514C (or 0x85514C) is unknown color: approx Lotus. HEX triplet: 85, 51 and 4C. RGB value is (133,81,76). Sum of RGB (Red+Green+Blue) = 133+81+76=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85514C is #7AAEB3. Grayscale: #606060. Windows color (decimal): -8040116 or 5001605. OLE color: 5001605.

HSL color Cylindrical-coordinate representation of color #85514C: hue angle of 5.26º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85514C is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1338176-
CMYK00.390.430.48
HSL5.26º27.27%40.98%-
HSV(B)5.26º42.86%52.16%-
XYZ13.9211.398.3-
YUV95.98116.73154.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 76 (30.08% from 255) = 26.21%
R=45.86%
G=27.93%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133817600.390.430.485.2627.2740.98
Hex85514C0272B3051b29
Octal205121114047536053351
Binary1000010110100011001100010011110101111000010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85514C; }

 p { color: rgb(133,81,76); }

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

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

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

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

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

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

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