#87514A

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

Shades of Lotus #87514A

Tints of Lotus #87514A

Color information

#87514A (or 0x87514A) is unknown color: approx Lotus. HEX triplet: 87, 51 and 4A. RGB value is (135,81,74). Sum of RGB (Red+Green+Blue) = 135+81+74=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #87514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87514A is #78AEB5. Grayscale: #606060. Windows color (decimal): -7909046 or 4870535. OLE color: 4870535.

HSL color Cylindrical-coordinate representation of color #87514A: hue angle of 6.89º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87514A is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1358174-
CMYK00.400.450.47
HSL6.89º29.19%40.98%-
HSV(B)6.89º45.19%52.94%-
XYZ14.1711.537.96-
YUV96.35115.39155.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.55%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=46.55%
G=27.93%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135817400.400.450.476.8929.1940.98
Hex87514A0282D2F71d29
Octal207121112050555773551
Binary1000011110100011001010010100010110110111111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87514A; }

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

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

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

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

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

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

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

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