Html Css Color HEX #864948 Lotus

📋 copy color: '#864948'

red 134 ◦ green 73 ◦ blue 72

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

Shades of Lotus #864948

Tints of Lotus #864948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

 BLUE value IS 72 (28.52% from 255) = 25.81%

R = 48.03%
G = 26.16%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#864948 (or 0x864948) is known color: Lotus. HEX triplet: 86, 49 and 48. RGB value is (134,73,72). Sum of RGB (Red+Green+Blue) = 134+73+72=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #864948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864948 is #79B6B7. Grayscale: #5B5B5B. Windows color (decimal): -7976632 or 4737414. OLE color: 4737414.

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

Color convert

RGB 134 73 72 -
CMYK 0 0.46 0.46 0.47
HSL 0.97º 0.3% 0.4% -
HSV(B) 0.97º 0.46% 0.53% -
XYZ 13.38 10.3 7.41 -
YUV 91.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 134 73 72 0 0.46 0.46 0.47 0.97 0.3 0.4
Hex 86 49 48 0 2E 2E 2F 1 1E 28
Octal 206 111 110 0 56 56 57 1 36 50
Binary 10000110 1001001 1001000 0 101110 101110 101111 1 11110 101000

Color Harmonies of #864948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864948

Black with #864948

Text Example


Text Example

White with #864948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864948; }

 p { color: rgb(134,73,72); }

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

background-color css

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

 a { background-color: rgb(134,73,72); }

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

border-color css

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

 span { border-color: rgb(134,73,72); }

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