Html Css Color HEX #8E574D Lotus

📋 copy color: '#8E574D'

red 142 ◦ green 87 ◦ blue 77

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

Shades of Lotus #8E574D

Tints of Lotus #8E574D

RGB

 RED value IS 142 (55.86% from 255) = 46.41%

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

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

R = 46.41%
G = 28.43%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E574D (or 0x8E574D) is known color: Lotus. HEX triplet: 8E, 57 and 4D. RGB value is (142,87,77). Sum of RGB (Red+Green+Blue) = 142+87+77=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E574D is #71A8B2. Grayscale: #666666. Windows color (decimal): -7448755 or 5068686. OLE color: 5068686.

HSL color Cylindrical-coordinate representation of color #8E574D: hue angle of 9.23º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E574D is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 87 77 -
CMYK 0 0.39 0.46 0.44
HSL 9.23º 0.3% 0.43% -
HSV(B) 9.23º 0.46% 0.56% -
XYZ 15.9 13.1 8.71 -
YUV 102.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 142 87 77 0 0.39 0.46 0.44 9.23 0.3 0.43
Hex 8E 57 4D 0 27 2E 2C 9 1E 2B
Octal 216 127 115 0 47 56 54 11 36 53
Binary 10001110 1010111 1001101 0 100111 101110 101100 1001 11110 101011

Color Harmonies of #8E574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E574D

Black with #8E574D

Text Example


Text Example

White with #8E574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,87,77); }

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

background-color css

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

 a { background-color: rgb(142,87,77); }

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

border-color css

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

 span { border-color: rgb(142,87,77); }

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