#7e4b49

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

Shades of Lotus #7E4B49

Tints of Lotus #7E4B49

Color information

#7E4B49 (or 0x7E4B49) is unknown color: approx Lotus. HEX triplet: 7E, 4B and 49. RGB value is (126,75,73). Sum of RGB (Red+Green+Blue) = 126+75+73=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4B49 is #81B4B6. Grayscale: #5A5A5A. Windows color (decimal): -8500407 or 4803454. OLE color: 4803454.

HSL color Cylindrical-coordinate representation of color #7E4B49: hue angle of 2.26º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E4B49 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB1267573-
CMYK00.400.420.51
HSL2.26º26.63%39.02%-
HSV(B)2.26º42.06%49.41%-
XYZ12.329.957.57-
YUV90.02118.4153.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.99%
GREEN value IS 75 (29.69% from 255) = 27.37%
BLUE value IS 73 (28.91% from 255) = 26.64%
R=45.99%
G=27.37%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126757300.400.420.512.2626.6339.02
Hex7E4B490282A3321b27
Octal176113111050526323347
Binary11111101001011100100101010001010101100111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e4b49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7e4b49; }

 p { color: rgb(126,75,73); }

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

<style>
 a { background-color: #7e4b49; }

 a { background-color: rgb(126,75,73); }

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

<style>
 span { border-color: #7e4b49; }

 span { border-color: rgb(126,75,73); }

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