Html Css Color HEX #87534D Lotus

📋 copy color: '#87534D'

red 135 ◦ green 83 ◦ blue 77

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

Shades of Lotus #87534D

Tints of Lotus #87534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.14%

 BLUE value IS 77 (30.47% from 255) = 26.1%

R = 45.76%
G = 28.14%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#87534D (or 0x87534D) is known color: Lotus. HEX triplet: 87, 53 and 4D. RGB value is (135,83,77). Sum of RGB (Red+Green+Blue) = 135+83+77=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87534D is #78ACB2. Grayscale: #616161. Windows color (decimal): -7908531 or 5067655. OLE color: 5067655.

HSL color Cylindrical-coordinate representation of color #87534D: hue angle of 6.21º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87534D is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 83 77 -
CMYK 0 0.39 0.43 0.47
HSL 6.21º 0.27% 0.42% -
HSV(B) 6.21º 0.43% 0.53% -
XYZ 14.42 11.87 8.55 -
YUV 97.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 135 83 77 0 0.39 0.43 0.47 6.21 0.27 0.42
Hex 87 53 4D 0 27 2B 2F 6 1B 2A
Octal 207 123 115 0 47 53 57 6 33 52
Binary 10000111 1010011 1001101 0 100111 101011 101111 110 11011 101010

Color Harmonies of #87534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87534D

Black with #87534D

Text Example


Text Example

White with #87534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87534D; }

 p { color: rgb(135,83,77); }

 H1.HeaderClassName
 {
   color: #87534D;
 }
 .AnyTagClassName
 {
   color: #87534D;
 }
</style>

background-color css

<style>
 a { background-color: #87534D; }

 a { background-color: rgb(135,83,77); }

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

border-color css

<style>
 span { border-color: #87534D; }

 span { border-color: rgb(135,83,77); }

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