Html Css Color HEX #8E564B Lotus

📋 copy color: '#8E564B'

red 142 ◦ green 86 ◦ blue 75

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

Shades of Lotus #8E564B

Tints of Lotus #8E564B

RGB

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

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

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

R = 46.86%
G = 28.38%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#8E564B (or 0x8E564B) is known color: Lotus. HEX triplet: 8E, 56 and 4B. RGB value is (142,86,75). Sum of RGB (Red+Green+Blue) = 142+86+75=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E564B is #71A9B4. Grayscale: #656565. Windows color (decimal): -7449013 or 4937358. OLE color: 4937358.

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

Color convert

RGB 142 86 75 -
CMYK 0 0.39 0.47 0.44
HSL 9.85º 0.31% 0.43% -
HSV(B) 9.85º 0.47% 0.56% -
XYZ 15.75 12.91 8.32 -
YUV 101.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 142 86 75 0 0.39 0.47 0.44 9.85 0.31 0.43
Hex 8E 56 4B 0 27 2F 2C A 1F 2B
Octal 216 126 113 0 47 57 54 12 37 53
Binary 10001110 1010110 1001011 0 100111 101111 101100 1010 11111 101011

Color Harmonies of #8E564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E564B

Black with #8E564B

Text Example


Text Example

White with #8E564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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