Html Css Color HEX #804847 Lotus

📋 copy color: '#804847'

red 128 ◦ green 72 ◦ blue 71

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

Shades of Lotus #804847

Tints of Lotus #804847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

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

R = 47.23%
G = 26.57%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#804847 (or 0x804847) is known color: Lotus. HEX triplet: 80, 48 and 47. RGB value is (128,72,71). Sum of RGB (Red+Green+Blue) = 128+72+71=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #804847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804847 is #7FB7B8. Grayscale: #585858. Windows color (decimal): -8370105 or 4671616. OLE color: 4671616.

HSL color Cylindrical-coordinate representation of color #804847: hue angle of 1.05º 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 #804847 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 72 71 -
CMYK 0 0.44 0.45 0.50
HSL 1.05º 0.29% 0.39% -
HSV(B) 1.05º 0.45% 0.5% -
XYZ 12.36 9.68 7.18 -
YUV 88.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 128 72 71 0 0.44 0.45 0.50 1.05 0.29 0.39
Hex 80 48 47 0 2C 2D 32 1 1D 27
Octal 200 110 107 0 54 55 62 1 35 47
Binary 10000000 1001000 1000111 0 101100 101101 110010 1 11101 100111

Color Harmonies of #804847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804847

Black with #804847

Text Example


Text Example

White with #804847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804847; }

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

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

background-color css

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

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

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

border-color css

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

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

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