Html Css Color HEX #80554D Lotus

📋 copy color: '#80554D'

red 128 ◦ green 85 ◦ blue 77

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

Shades of Lotus #80554D

Tints of Lotus #80554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 77 (30.47% from 255) = 26.55%

R = 44.14%
G = 29.31%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#80554D (or 0x80554D) is known color: Lotus. HEX triplet: 80, 55 and 4D. RGB value is (128,85,77). Sum of RGB (Red+Green+Blue) = 128+85+77=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80554D is #7FAAB2. Grayscale: #616161. Windows color (decimal): -8366771 or 5068160. OLE color: 5068160.

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

Color convert

RGB 128 85 77 -
CMYK 0 0.34 0.40 0.50
HSL 9.41º 0.25% 0.4% -
HSV(B) 9.41º 0.4% 0.5% -
XYZ 13.49 11.62 8.55 -
YUV 96.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 128 85 77 0 0.34 0.40 0.50 9.41 0.25 0.4
Hex 80 55 4D 0 22 28 32 9 19 28
Octal 200 125 115 0 42 50 62 11 31 50
Binary 10000000 1010101 1001101 0 100010 101000 110010 1001 11001 101000

Color Harmonies of #80554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80554D

Black with #80554D

Text Example


Text Example

White with #80554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80554D; }

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

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

background-color css

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

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

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

border-color css

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

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

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