Html Css Color HEX #8E534E Lotus

📋 copy color: '#8E534E'

red 142 ◦ green 83 ◦ blue 78

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

Shades of Lotus #8E534E

Tints of Lotus #8E534E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.74%

R = 46.86%
G = 27.39%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8E534E (or 0x8E534E) is known color: Lotus. HEX triplet: 8E, 53 and 4E. RGB value is (142,83,78). Sum of RGB (Red+Green+Blue) = 142+83+78=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E534E is #71ACB1. Grayscale: #646464. Windows color (decimal): -7449778 or 5133198. OLE color: 5133198.

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

Color convert

RGB 142 83 78 -
CMYK 0 0.42 0.45 0.44
HSL 4.69º 0.29% 0.43% -
HSV(B) 4.69º 0.45% 0.56% -
XYZ 15.62 12.49 8.79 -
YUV 100.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 142 83 78 0 0.42 0.45 0.44 4.69 0.29 0.43
Hex 8E 53 4E 0 2A 2D 2C 5 1D 2B
Octal 216 123 116 0 52 55 54 5 35 53
Binary 10001110 1010011 1001110 0 101010 101101 101100 101 11101 101011

Color Harmonies of #8E534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E534E

Black with #8E534E

Text Example


Text Example

White with #8E534E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,83,78); }

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

background-color css

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

 a { background-color: rgb(142,83,78); }

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

border-color css

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

 span { border-color: rgb(142,83,78); }

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