Html Css Color HEX #87534C Lotus

📋 copy color: '#87534C'

red 135 ◦ green 83 ◦ blue 76

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

Shades of Lotus #87534C

Tints of Lotus #87534C

RGB

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

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

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

R = 45.92%
G = 28.23%
B = 25.85%

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

#87534C (or 0x87534C) is known color: Lotus. HEX triplet: 87, 53 and 4C. RGB value is (135,83,76). Sum of RGB (Red+Green+Blue) = 135+83+76=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87534C is #78ACB3. Grayscale: #616161. Windows color (decimal): -7908532 or 5002119. OLE color: 5002119.

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

Color convert

RGB 135 83 76 -
CMYK 0 0.39 0.44 0.47
HSL 7.12º 0.28% 0.41% -
HSV(B) 7.12º 0.44% 0.53% -
XYZ 14.39 11.86 8.37 -
YUV 97.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 135 83 76 0 0.39 0.44 0.47 7.12 0.28 0.41
Hex 87 53 4C 0 27 2C 2F 7 1C 29
Octal 207 123 114 0 47 54 57 7 34 51
Binary 10000111 1010011 1001100 0 100111 101100 101111 111 11100 101001

Color Harmonies of #87534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87534C

Black with #87534C

Text Example


Text Example

White with #87534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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