Html Css Color HEX #814E49 Lotus

📋 copy color: '#814E49'

red 129 ◦ green 78 ◦ blue 73

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

Shades of Lotus #814E49

Tints of Lotus #814E49

RGB

 RED value IS 129 (50.78% from 255) = 46.07%

 GREEN value IS 78 (30.86% from 255) = 27.86%

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

R = 46.07%
G = 27.86%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#814E49 (or 0x814E49) is known color: Lotus. HEX triplet: 81, 4E and 49. RGB value is (129,78,73). Sum of RGB (Red+Green+Blue) = 129+78+73=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #814E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E49 is #7EB1B6. Grayscale: #5C5C5C. Windows color (decimal): -8303031 or 4804225. OLE color: 4804225.

HSL color Cylindrical-coordinate representation of color #814E49: hue angle of 5.36º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #814E49 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 78 73 -
CMYK 0 0.40 0.43 0.49
HSL 5.36º 0.28% 0.4% -
HSV(B) 5.36º 0.43% 0.51% -
XYZ 12.98 10.6 7.66 -
YUV 92.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 129 78 73 0 0.40 0.43 0.49 5.36 0.28 0.4
Hex 81 4E 49 0 28 2B 31 5 1C 28
Octal 201 116 111 0 50 53 61 5 34 50
Binary 10000001 1001110 1001001 0 101000 101011 110001 101 11100 101000

Color Harmonies of #814E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814E49

Black with #814E49

Text Example


Text Example

White with #814E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814E49; }

 p { color: rgb(129,78,73); }

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

background-color css

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

 a { background-color: rgb(129,78,73); }

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

border-color css

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

 span { border-color: rgb(129,78,73); }

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