Html Css Color HEX #8E5850 Lotus

📋 copy color: '#8E5850'

red 142 ◦ green 88 ◦ blue 80

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

Shades of Lotus #8E5850

Tints of Lotus #8E5850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 45.81%
G = 28.39%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E5850 (or 0x8E5850) is known color: Lotus. HEX triplet: 8E, 58 and 50. RGB value is (142,88,80). Sum of RGB (Red+Green+Blue) = 142+88+80=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5850 is #71A7AF. Grayscale: #676767. Windows color (decimal): -7448496 or 5265550. OLE color: 5265550.

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

Color convert

RGB 142 88 80 -
CMYK 0 0.38 0.44 0.44
HSL 7.74º 0.28% 0.44% -
HSV(B) 7.74º 0.44% 0.56% -
XYZ 16.09 13.31 9.31 -
YUV 103.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 142 88 80 0 0.38 0.44 0.44 7.74 0.28 0.44
Hex 8E 58 50 0 26 2C 2C 8 1C 2C
Octal 216 130 120 0 46 54 54 10 34 54
Binary 10001110 1011000 1010000 0 100110 101100 101100 1000 11100 101100

Color Harmonies of #8E5850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5850

Black with #8E5850

Text Example


Text Example

White with #8E5850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,88,80); }

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

background-color css

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

 a { background-color: rgb(142,88,80); }

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

border-color css

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

 span { border-color: rgb(142,88,80); }

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