Html Css Color HEX #80554C Lotus

📋 copy color: '#80554C'

red 128 ◦ green 85 ◦ blue 76

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

Shades of Lotus #80554C

Tints of Lotus #80554C

RGB

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

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

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

R = 44.29%
G = 29.41%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#80554C (or 0x80554C) is known color: Lotus. HEX triplet: 80, 55 and 4C. RGB value is (128,85,76). Sum of RGB (Red+Green+Blue) = 128+85+76=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80554C is #7FAAB3. Grayscale: #606060. Windows color (decimal): -8366772 or 5002624. OLE color: 5002624.

HSL color Cylindrical-coordinate representation of color #80554C: hue angle of 10.38º 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 #80554C is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 85 76 -
CMYK 0 0.34 0.41 0.50
HSL 10.38º 0.25% 0.4% -
HSV(B) 10.38º 0.41% 0.5% -
XYZ 13.46 11.61 8.37 -
YUV 96.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 128 85 76 0 0.34 0.41 0.50 10.38 0.25 0.4
Hex 80 55 4C 0 22 29 32 A 19 28
Octal 200 125 114 0 42 51 62 12 31 50
Binary 10000000 1010101 1001100 0 100010 101001 110010 1010 11001 101000

Color Harmonies of #80554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80554C

Black with #80554C

Text Example


Text Example

White with #80554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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