Html Css Color HEX #814D4A Lotus

📋 copy color: '#814D4A'

red 129 ◦ green 77 ◦ blue 74

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

Shades of Lotus #814D4A

Tints of Lotus #814D4A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.5%

 BLUE value IS 74 (29.3% from 255) = 26.43%

R = 46.07%
G = 27.5%
B = 26.43%

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

#814D4A (or 0x814D4A) is known color: Lotus. HEX triplet: 81, 4D and 4A. RGB value is (129,77,74). Sum of RGB (Red+Green+Blue) = 129+77+74=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #814D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D4A is #7EB2B5. Grayscale: #5C5C5C. Windows color (decimal): -8303286 or 4869505. OLE color: 4869505.

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

Color convert

RGB 129 77 74 -
CMYK 0 0.40 0.43 0.49
HSL 3.27º 0.27% 0.4% -
HSV(B) 3.27º 0.43% 0.51% -
XYZ 12.94 10.47 7.82 -
YUV 92.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 129 77 74 0 0.40 0.43 0.49 3.27 0.27 0.4
Hex 81 4D 4A 0 28 2B 31 3 1B 28
Octal 201 115 112 0 50 53 61 3 33 50
Binary 10000001 1001101 1001010 0 101000 101011 110001 11 11011 101000

Color Harmonies of #814D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814D4A

Black with #814D4A

Text Example


Text Example

White with #814D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,77,74); }

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

background-color css

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

 a { background-color: rgb(129,77,74); }

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

border-color css

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

 span { border-color: rgb(129,77,74); }

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