Html Css Color HEX #8D584E Lotus

📋 copy color: '#8D584E'

red 141 ◦ green 88 ◦ blue 78

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

Shades of Lotus #8D584E

Tints of Lotus #8D584E

RGB

 RED value IS 141 (55.47% from 255) = 45.93%

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

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

R = 45.93%
G = 28.66%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8D584E (or 0x8D584E) is known color: Lotus. HEX triplet: 8D, 58 and 4E. RGB value is (141,88,78). Sum of RGB (Red+Green+Blue) = 141+88+78=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D584E is #72A7B1. Grayscale: #666666. Windows color (decimal): -7514034 or 5134477. OLE color: 5134477.

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

Color convert

RGB 141 88 78 -
CMYK 0 0.38 0.45 0.45
HSL 9.52º 0.29% 0.43% -
HSV(B) 9.52º 0.45% 0.55% -
XYZ 15.85 13.19 8.92 -
YUV 102.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 141 88 78 0 0.38 0.45 0.45 9.52 0.29 0.43
Hex 8D 58 4E 0 26 2D 2D A 1D 2B
Octal 215 130 116 0 46 55 55 12 35 53
Binary 10001101 1011000 1001110 0 100110 101101 101101 1010 11101 101011

Color Harmonies of #8D584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D584E

Black with #8D584E

Text Example


Text Example

White with #8D584E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,88,78); }

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

background-color css

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

 a { background-color: rgb(141,88,78); }

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

border-color css

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

 span { border-color: rgb(141,88,78); }

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