Html Css Color HEX #864D47 Lotus

📋 copy color: '#864D47'

red 134 ◦ green 77 ◦ blue 71

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

Shades of Lotus #864D47

Tints of Lotus #864D47

RGB

 RED value IS 134 (52.73% from 255) = 47.52%

 GREEN value IS 77 (30.47% from 255) = 27.3%

 BLUE value IS 71 (28.13% from 255) = 25.18%

R = 47.52%
G = 27.3%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#864D47 (or 0x864D47) is known color: Lotus. HEX triplet: 86, 4D and 47. RGB value is (134,77,71). Sum of RGB (Red+Green+Blue) = 134+77+71=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #864D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864D47 is #79B2B8. Grayscale: #5D5D5D. Windows color (decimal): -7975609 or 4672902. OLE color: 4672902.

HSL color Cylindrical-coordinate representation of color #864D47: hue angle of 5.71º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #864D47 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 77 71 -
CMYK 0 0.43 0.47 0.47
HSL 5.71º 0.31% 0.4% -
HSV(B) 5.71º 0.47% 0.53% -
XYZ 13.62 10.83 7.33 -
YUV 93.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 134 77 71 0 0.43 0.47 0.47 5.71 0.31 0.4
Hex 86 4D 47 0 2B 2F 2F 6 1F 28
Octal 206 115 107 0 53 57 57 6 37 50
Binary 10000110 1001101 1000111 0 101011 101111 101111 110 11111 101000

Color Harmonies of #864D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864D47

Black with #864D47

Text Example


Text Example

White with #864D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864D47; }

 p { color: rgb(134,77,71); }

 H1.HeaderClassName
 {
   color: #864D47;
 }
 .AnyTagClassName
 {
   color: #864D47;
 }
</style>

background-color css

<style>
 a { background-color: #864D47; }

 a { background-color: rgb(134,77,71); }

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

border-color css

<style>
 span { border-color: #864D47; }

 span { border-color: rgb(134,77,71); }

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