Html Css Color HEX #814D4C Lotus

📋 copy color: '#814D4C'

red 129 ◦ green 77 ◦ blue 76

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

Shades of Lotus #814D4C

Tints of Lotus #814D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.95%

R = 45.74%
G = 27.3%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#814D4C (or 0x814D4C) is known color: Lotus. HEX triplet: 81, 4D and 4C. RGB value is (129,77,76). Sum of RGB (Red+Green+Blue) = 129+77+76=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #814D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D4C is #7EB2B3. Grayscale: #5C5C5C. Windows color (decimal): -8303284 or 5000577. OLE color: 5000577.

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

Color convert

RGB 129 77 76 -
CMYK 0 0.40 0.41 0.49
HSL 1.13º 0.26% 0.4% -
HSV(B) 1.13º 0.41% 0.51% -
XYZ 13.01 10.5 8.18 -
YUV 92.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 129 77 76 0 0.40 0.41 0.49 1.13 0.26 0.4
Hex 81 4D 4C 0 28 29 31 1 1A 28
Octal 201 115 114 0 50 51 61 1 32 50
Binary 10000001 1001101 1001100 0 101000 101001 110001 1 11010 101000

Color Harmonies of #814D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814D4C

Black with #814D4C

Text Example


Text Example

White with #814D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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