Html Css Color HEX #814F49 Lotus

📋 copy color: '#814F49'

red 129 ◦ green 79 ◦ blue 73

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

Shades of Lotus #814F49

Tints of Lotus #814F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.11%

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

R = 45.91%
G = 28.11%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#814F49 (or 0x814F49) is known color: Lotus. HEX triplet: 81, 4F and 49. RGB value is (129,79,73). Sum of RGB (Red+Green+Blue) = 129+79+73=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #814F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F49 is #7EB0B6. Grayscale: #5D5D5D. Windows color (decimal): -8302775 or 4804481. OLE color: 4804481.

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

Color convert

RGB 129 79 73 -
CMYK 0 0.39 0.43 0.49
HSL 6.43º 0.28% 0.4% -
HSV(B) 6.43º 0.43% 0.51% -
XYZ 13.05 10.74 7.69 -
YUV 93.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 129 79 73 0 0.39 0.43 0.49 6.43 0.28 0.4
Hex 81 4F 49 0 27 2B 31 6 1C 28
Octal 201 117 111 0 47 53 61 6 34 50
Binary 10000001 1001111 1001001 0 100111 101011 110001 110 11100 101000

Color Harmonies of #814F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814F49

Black with #814F49

Text Example


Text Example

White with #814F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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