Html Css Color HEX #87524C Lotus

📋 copy color: '#87524C'

red 135 ◦ green 82 ◦ blue 76

#87524C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lotus #87524C

Tints of Lotus #87524C

RGB

 RED value IS 135 (53.13% from 255) = 46.08%

 GREEN value IS 82 (32.42% from 255) = 27.99%

 BLUE value IS 76 (30.08% from 255) = 25.94%

R = 46.08%
G = 27.99%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87524C (or 0x87524C) is known color: Lotus. HEX triplet: 87, 52 and 4C. RGB value is (135,82,76). Sum of RGB (Red+Green+Blue) = 135+82+76=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #87524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87524C is #78ADB3. Grayscale: #616161. Windows color (decimal): -7908788 or 5001863. OLE color: 5001863.

HSL color Cylindrical-coordinate representation of color #87524C: hue angle of 6.1º degrees, saturation: 0.28, 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 #87524C is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 82 76 -
CMYK 0 0.39 0.44 0.47
HSL 6.1º 0.28% 0.41% -
HSV(B) 6.1º 0.44% 0.53% -
XYZ 14.31 11.71 8.34 -
YUV 97.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 135 82 76 0 0.39 0.44 0.47 6.1 0.28 0.41
Hex 87 52 4C 0 27 2C 2F 6 1C 29
Octal 207 122 114 0 47 54 57 6 34 51
Binary 10000111 1010010 1001100 0 100111 101100 101111 110 11100 101001

Color Harmonies of #87524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87524C

Black with #87524C

Text Example


Text Example

White with #87524C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87524C;
 }
 .AnyTagClassName
 {
   color: #87524C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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