Html Css Color HEX #8E544C Lotus

📋 copy color: '#8E544C'

red 142 ◦ green 84 ◦ blue 76

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

Shades of Lotus #8E544C

Tints of Lotus #8E544C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.81%

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

R = 47.02%
G = 27.81%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E544C (or 0x8E544C) is known color: Lotus. HEX triplet: 8E, 54 and 4C. RGB value is (142,84,76). Sum of RGB (Red+Green+Blue) = 142+84+76=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 142 - color contains mainly: red. Hex color #8E544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E544C is #71ABB3. Grayscale: #646464. Windows color (decimal): -7449524 or 5002382. OLE color: 5002382.

HSL color Cylindrical-coordinate representation of color #8E544C: hue angle of 7.27º 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 #8E544C is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 84 76 -
CMYK 0 0.41 0.46 0.44
HSL 7.27º 0.3% 0.43% -
HSV(B) 7.27º 0.46% 0.56% -
XYZ 15.63 12.61 8.45 -
YUV 100.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 142 84 76 0 0.41 0.46 0.44 7.27 0.3 0.43
Hex 8E 54 4C 0 29 2E 2C 7 1E 2B
Octal 216 124 114 0 51 56 54 7 36 53
Binary 10001110 1010100 1001100 0 101001 101110 101100 111 11110 101011

Color Harmonies of #8E544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E544C

Black with #8E544C

Text Example


Text Example

White with #8E544C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,84,76); }

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

background-color css

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

 a { background-color: rgb(142,84,76); }

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

border-color css

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

 span { border-color: rgb(142,84,76); }

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