Html Css Color HEX #804B49 Lotus

📋 copy color: '#804B49'

red 128 ◦ green 75 ◦ blue 73

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

Shades of Lotus #804B49

Tints of Lotus #804B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.17%

 BLUE value IS 73 (28.91% from 255) = 26.45%

R = 46.38%
G = 27.17%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#804B49 (or 0x804B49) is known color: Lotus. HEX triplet: 80, 4B and 49. RGB value is (128,75,73). Sum of RGB (Red+Green+Blue) = 128+75+73=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #804B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B49 is #7FB4B6. Grayscale: #5A5A5A. Windows color (decimal): -8369335 or 4803456. OLE color: 4803456.

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

Color convert

RGB 128 75 73 -
CMYK 0 0.41 0.43 0.50
HSL 2.18º 0.27% 0.39% -
HSV(B) 2.18º 0.43% 0.5% -
XYZ 12.62 10.1 7.59 -
YUV 90.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 128 75 73 0 0.41 0.43 0.50 2.18 0.27 0.39
Hex 80 4B 49 0 29 2B 32 2 1B 27
Octal 200 113 111 0 51 53 62 2 33 47
Binary 10000000 1001011 1001001 0 101001 101011 110010 10 11011 100111

Color Harmonies of #804B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804B49

Black with #804B49

Text Example


Text Example

White with #804B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,75,73); }

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

background-color css

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

 a { background-color: rgb(128,75,73); }

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

border-color css

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

 span { border-color: rgb(128,75,73); }

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