Html Css Color HEX #87564C Lotus

📋 copy color: '#87564C'

red 135 ◦ green 86 ◦ blue 76

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

Shades of Lotus #87564C

Tints of Lotus #87564C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.96%

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

R = 45.45%
G = 28.96%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87564C (or 0x87564C) is known color: Lotus. HEX triplet: 87, 56 and 4C. RGB value is (135,86,76). Sum of RGB (Red+Green+Blue) = 135+86+76=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #87564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87564C is #78A9B3. Grayscale: #636363. Windows color (decimal): -7907764 or 5002887. OLE color: 5002887.

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

Color convert

RGB 135 86 76 -
CMYK 0 0.36 0.44 0.47
HSL 10.17º 0.28% 0.41% -
HSV(B) 10.17º 0.44% 0.53% -
XYZ 14.62 12.33 8.45 -
YUV 99.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 135 86 76 0 0.36 0.44 0.47 10.17 0.28 0.41
Hex 87 56 4C 0 24 2C 2F A 1C 29
Octal 207 126 114 0 44 54 57 12 34 51
Binary 10000111 1010110 1001100 0 100100 101100 101111 1010 11100 101001

Color Harmonies of #87564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87564C

Black with #87564C

Text Example


Text Example

White with #87564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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