Html Css Color HEX #814C49 Lotus

📋 copy color: '#814C49'

red 129 ◦ green 76 ◦ blue 73

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

Shades of Lotus #814C49

Tints of Lotus #814C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.34%

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

R = 46.4%
G = 27.34%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#814C49 (or 0x814C49) is known color: Lotus. HEX triplet: 81, 4C and 49. RGB value is (129,76,73). Sum of RGB (Red+Green+Blue) = 129+76+73=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #814C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C49 is #7EB3B6. Grayscale: #5B5B5B. Windows color (decimal): -8303543 or 4803713. OLE color: 4803713.

HSL color Cylindrical-coordinate representation of color #814C49: hue angle of 3.21º 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 #814C49 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 76 73 -
CMYK 0 0.41 0.43 0.49
HSL 3.21º 0.28% 0.4% -
HSV(B) 3.21º 0.43% 0.51% -
XYZ 12.84 10.32 7.62 -
YUV 91.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 129 76 73 0 0.41 0.43 0.49 3.21 0.28 0.4
Hex 81 4C 49 0 29 2B 31 3 1C 28
Octal 201 114 111 0 51 53 61 3 34 50
Binary 10000001 1001100 1001001 0 101001 101011 110001 11 11100 101000

Color Harmonies of #814C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814C49

Black with #814C49

Text Example


Text Example

White with #814C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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