Html Css Color HEX #8E514C Lotus

📋 copy color: '#8E514C'

red 142 ◦ green 81 ◦ blue 76

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

Shades of Lotus #8E514C

Tints of Lotus #8E514C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.09%

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

R = 47.49%
G = 27.09%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E514C (or 0x8E514C) is known color: Lotus. HEX triplet: 8E, 51 and 4C. RGB value is (142,81,76). Sum of RGB (Red+Green+Blue) = 142+81+76=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E514C is #71AEB3. Grayscale: #626262. Windows color (decimal): -7450292 or 5001614. OLE color: 5001614.

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

Color convert

RGB 142 81 76 -
CMYK 0 0.43 0.46 0.44
HSL 4.55º 0.3% 0.43% -
HSV(B) 4.55º 0.46% 0.56% -
XYZ 15.4 12.16 8.37 -
YUV 98.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 142 81 76 0 0.43 0.46 0.44 4.55 0.3 0.43
Hex 8E 51 4C 0 2B 2E 2C 5 1E 2B
Octal 216 121 114 0 53 56 54 5 36 53
Binary 10001110 1010001 1001100 0 101011 101110 101100 101 11110 101011

Color Harmonies of #8E514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E514C

Black with #8E514C

Text Example


Text Example

White with #8E514C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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