Html Css Color HEX #804D4C Lotus

📋 copy color: '#804D4C'

red 128 ◦ green 77 ◦ blue 76

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

Shades of Lotus #804D4C

Tints of Lotus #804D4C

RGB

 RED value IS 128 (50.39% from 255) = 45.55%

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

 BLUE value IS 76 (30.08% from 255) = 27.05%

R = 45.55%
G = 27.4%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#804D4C (or 0x804D4C) is known color: Lotus. HEX triplet: 80, 4D and 4C. RGB value is (128,77,76). Sum of RGB (Red+Green+Blue) = 128+77+76=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #804D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D4C is #7FB2B3. Grayscale: #5C5C5C. Windows color (decimal): -8368820 or 5000576. OLE color: 5000576.

HSL color Cylindrical-coordinate representation of color #804D4C: hue angle of 1.15º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #804D4C is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 77 76 -
CMYK 0 0.40 0.41 0.50
HSL 1.15º 0.25% 0.4% -
HSV(B) 1.15º 0.41% 0.5% -
XYZ 12.86 10.42 8.17 -
YUV 92.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 128 77 76 0 0.40 0.41 0.50 1.15 0.25 0.4
Hex 80 4D 4C 0 28 29 32 1 19 28
Octal 200 115 114 0 50 51 62 1 31 50
Binary 10000000 1001101 1001100 0 101000 101001 110010 1 11001 101000

Color Harmonies of #804D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804D4C

Black with #804D4C

Text Example


Text Example

White with #804D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804D4C; }

 p { color: rgb(128,77,76); }

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

background-color css

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

 a { background-color: rgb(128,77,76); }

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

border-color css

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

 span { border-color: rgb(128,77,76); }

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