#87524B

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

Shades of Lotus #87524B

Tints of Lotus #87524B

Color information

#87524B (or 0x87524B) is unknown color: approx Lotus. HEX triplet: 87, 52 and 4B. RGB value is (135,82,75). Sum of RGB (Red+Green+Blue) = 135+82+75=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #87524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87524B is #78ADB4. Grayscale: #616161. Windows color (decimal): -7908789 or 4936327. OLE color: 4936327.

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

Color convert

RGB1358275-
CMYK00.390.440.47
HSL28.57%41.18%-
HSV(B)44.44%52.94%-
XYZ14.2811.698.16-
YUV97.05115.56155.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.23%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 75 (29.69% from 255) = 25.68%
R=46.23%
G=28.08%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135827500.390.440.47728.5741.18
Hex87524B0272C2F71d29
Octal207122113047545773551
Binary1000011110100101001011010011110110010111111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87524B; }

 p { color: rgb(135,82,75); }

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

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

 a { background-color: rgb(135,82,75); }

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

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

 span { border-color: rgb(135,82,75); }

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