Html Css Color HEX #8D5754 Lotus

📋 copy color: '#8D5754'

red 141 ◦ green 87 ◦ blue 84

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

Shades of Lotus #8D5754

Tints of Lotus #8D5754

RGB

 RED value IS 141 (55.47% from 255) = 45.19%

 GREEN value IS 87 (34.38% from 255) = 27.88%

 BLUE value IS 84 (33.2% from 255) = 26.92%

R = 45.19%
G = 27.88%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8D5754 (or 0x8D5754) is known color: Lotus. HEX triplet: 8D, 57 and 54. RGB value is (141,87,84). Sum of RGB (Red+Green+Blue) = 141+87+84=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5754 is #72A8AB. Grayscale: #666666. Windows color (decimal): -7514284 or 5527437. OLE color: 5527437.

HSL color Cylindrical-coordinate representation of color #8D5754: hue angle of 3.16º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5754 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 87 84 -
CMYK 0 0.38 0.40 0.45
HSL 3.16º 0.25% 0.44% -
HSV(B) 3.16º 0.4% 0.55% -
XYZ 15.99 13.12 10.08 -
YUV 102.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 141 87 84 0 0.38 0.40 0.45 3.16 0.25 0.44
Hex 8D 57 54 0 26 28 2D 3 19 2C
Octal 215 127 124 0 46 50 55 3 31 54
Binary 10001101 1010111 1010100 0 100110 101000 101101 11 11001 101100

Color Harmonies of #8D5754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5754

Black with #8D5754

Text Example


Text Example

White with #8D5754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D5754; }

 p { color: rgb(141,87,84); }

 H1.HeaderClassName
 {
   color: #8D5754;
 }
 .AnyTagClassName
 {
   color: #8D5754;
 }
</style>

background-color css

<style>
 a { background-color: #8D5754; }

 a { background-color: rgb(141,87,84); }

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

border-color css

<style>
 span { border-color: #8D5754; }

 span { border-color: rgb(141,87,84); }

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