#814C4A

Color #814C4A Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #814C4A

Tints of Lotus #814C4A

Color information

#814C4A (or 0x814C4A) is unknown color: approx Lotus. HEX triplet: 81, 4C and 4A. RGB value is (129,76,74). Sum of RGB (Red+Green+Blue) = 129+76+74=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #814C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C4A is #7EB3B5. Grayscale: #5B5B5B. Windows color (decimal): -8303542 or 4869249. OLE color: 4869249.

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

Color convert

RGB1297674-
CMYK00.410.430.49
HSL2.18º27.09%39.8%-
HSV(B)2.18º42.64%50.59%-
XYZ12.8710.337.79-
YUV91.62118.06154.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.24%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=46.24%
G=27.24%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129767400.410.430.492.1827.0939.8
Hex814C4A0292B3121b28
Octal201114112051536123350
Binary100000011001100100101001010011010111100011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #814C4A;
 }
 .AnyTagClassName
 {
   color: #814C4A;
 }
</style>
background-color css

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

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

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

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

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

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