#8D514A

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

Shades of Lotus #8D514A

Tints of Lotus #8D514A

Color information

#8D514A (or 0x8D514A) is unknown color: approx Lotus. HEX triplet: 8D, 51 and 4A. RGB value is (141,81,74). Sum of RGB (Red+Green+Blue) = 141+81+74=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D514A is #72AEB5. Grayscale: #626262. Windows color (decimal): -7515830 or 4870541. OLE color: 4870541.

HSL color Cylindrical-coordinate representation of color #8D514A: hue angle of 6.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D514A is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB1418174-
CMYK00.430.480.45
HSL6.27º31.16%42.16%-
HSV(B)6.27º47.52%55.29%-
XYZ15.1612.048-
YUV98.14114.38158.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.64%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 74 (29.30% from 255) = 25%
R=47.64%
G=27.36%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141817400.430.480.456.2731.1642.16
Hex8D514A02B302D61f2a
Octal215121112053605563752
Binary1000110110100011001010010101111000010110111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D514A; }

 p { color: rgb(141,81,74); }

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

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

 a { background-color: rgb(141,81,74); }

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

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

 span { border-color: rgb(141,81,74); }

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