Html Css Color HEX #804946 Lotus

📋 copy color: '#804946'

red 128 ◦ green 73 ◦ blue 70

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

Shades of Lotus #804946

Tints of Lotus #804946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.83%

R = 47.23%
G = 26.94%
B = 25.83%

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

#804946 (or 0x804946) is known color: Lotus. HEX triplet: 80, 49 and 46. RGB value is (128,73,70). Sum of RGB (Red+Green+Blue) = 128+73+70=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #804946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804946 is #7FB6B9. Grayscale: #595959. Windows color (decimal): -8369850 or 4606336. OLE color: 4606336.

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

Color convert

RGB 128 73 70 -
CMYK 0 0.43 0.45 0.50
HSL 3.1º 0.29% 0.39% -
HSV(B) 3.1º 0.45% 0.5% -
XYZ 12.39 9.8 7.03 -
YUV 89.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 128 73 70 0 0.43 0.45 0.50 3.1 0.29 0.39
Hex 80 49 46 0 2B 2D 32 3 1D 27
Octal 200 111 106 0 53 55 62 3 35 47
Binary 10000000 1001001 1000110 0 101011 101101 110010 11 11101 100111

Color Harmonies of #804946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804946

Black with #804946

Text Example


Text Example

White with #804946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804946; }

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

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

background-color css

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

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

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

border-color css

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

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

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