#8D514B

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

Shades of Lotus #8D514B

Tints of Lotus #8D514B

Color information

#8D514B (or 0x8D514B) is unknown color: approx Lotus. HEX triplet: 8D, 51 and 4B. RGB value is (141,81,75). Sum of RGB (Red+Green+Blue) = 141+81+75=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D514B is #72AEB4. Grayscale: #626262. Windows color (decimal): -7515829 or 4936077. OLE color: 4936077.

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

Color convert

RGB1418175-
CMYK00.430.470.45
HSL5.45º30.56%42.35%-
HSV(B)5.45º46.81%55.29%-
XYZ15.212.068.18-
YUV98.26114.88158.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.47%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=47.47%
G=27.27%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141817500.430.470.455.4530.5642.35
Hex8D514B02B2F2D51f2a
Octal215121113053575553752
Binary1000110110100011001011010101110111110110110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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