Html Css Color HEX #804947 Lotus

📋 copy color: '#804947'

red 128 ◦ green 73 ◦ blue 71

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

Shades of Lotus #804947

Tints of Lotus #804947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.1%

R = 47.06%
G = 26.84%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#804947 (or 0x804947) is known color: Lotus. HEX triplet: 80, 49 and 47. RGB value is (128,73,71). Sum of RGB (Red+Green+Blue) = 128+73+71=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #804947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804947 is #7FB6B8. Grayscale: #595959. Windows color (decimal): -8369849 or 4671872. OLE color: 4671872.

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

Color convert

RGB 128 73 71 -
CMYK 0 0.43 0.45 0.50
HSL 2.11º 0.29% 0.39% -
HSV(B) 2.11º 0.45% 0.5% -
XYZ 12.42 9.81 7.2 -
YUV 89.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 128 73 71 0 0.43 0.45 0.50 2.11 0.29 0.39
Hex 80 49 47 0 2B 2D 32 2 1D 27
Octal 200 111 107 0 53 55 62 2 35 47
Binary 10000000 1001001 1000111 0 101011 101101 110010 10 11101 100111

Color Harmonies of #804947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804947

Black with #804947

Text Example


Text Example

White with #804947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804947; }

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

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

background-color css

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

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

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

border-color css

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

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

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