Html Css Color HEX #8E5650 Lotus

📋 copy color: '#8E5650'

red 142 ◦ green 86 ◦ blue 80

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

Shades of Lotus #8E5650

Tints of Lotus #8E5650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.92%

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

R = 46.1%
G = 27.92%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E5650 (or 0x8E5650) is known color: Lotus. HEX triplet: 8E, 56 and 50. RGB value is (142,86,80). Sum of RGB (Red+Green+Blue) = 142+86+80=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5650 is #71A9AF. Grayscale: #666666. Windows color (decimal): -7449008 or 5265038. OLE color: 5265038.

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

Color convert

RGB 142 86 80 -
CMYK 0 0.39 0.44 0.44
HSL 5.81º 0.28% 0.44% -
HSV(B) 5.81º 0.44% 0.56% -
XYZ 15.93 12.99 9.26 -
YUV 102.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 142 86 80 0 0.39 0.44 0.44 5.81 0.28 0.44
Hex 8E 56 50 0 27 2C 2C 6 1C 2C
Octal 216 126 120 0 47 54 54 6 34 54
Binary 10001110 1010110 1010000 0 100111 101100 101100 110 11100 101100

Color Harmonies of #8E5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5650

Black with #8E5650

Text Example


Text Example

White with #8E5650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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