Html Css Color HEX #8D564B Lotus

📋 copy color: '#8D564B'

red 141 ◦ green 86 ◦ blue 75

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

Shades of Lotus #8D564B

Tints of Lotus #8D564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.83%

R = 46.69%
G = 28.48%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8D564B (or 0x8D564B) is known color: Lotus. HEX triplet: 8D, 56 and 4B. RGB value is (141,86,75). Sum of RGB (Red+Green+Blue) = 141+86+75=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D564B is #72A9B4. Grayscale: #656565. Windows color (decimal): -7514549 or 4937357. OLE color: 4937357.

HSL color Cylindrical-coordinate representation of color #8D564B: hue angle of 10º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D564B is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 86 75 -
CMYK 0 0.39 0.47 0.45
HSL 10º 0.31% 0.42% -
HSV(B) 10º 0.47% 0.55% -
XYZ 15.58 12.83 8.31 -
YUV 101.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 141 86 75 0 0.39 0.47 0.45 10 0.31 0.42
Hex 8D 56 4B 0 27 2F 2D A 1F 2A
Octal 215 126 113 0 47 57 55 12 37 52
Binary 10001101 1010110 1001011 0 100111 101111 101101 1010 11111 101010

Color Harmonies of #8D564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D564B

Black with #8D564B

Text Example


Text Example

White with #8D564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,86,75); }

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

background-color css

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

 a { background-color: rgb(141,86,75); }

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

border-color css

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

 span { border-color: rgb(141,86,75); }

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