#834C49

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

Shades of Lotus #834C49

Tints of Lotus #834C49

Color information

#834C49 (or 0x834C49) is unknown color: approx Lotus. HEX triplet: 83, 4C and 49. RGB value is (131,76,73). Sum of RGB (Red+Green+Blue) = 131+76+73=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #834C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C49 is #7CB3B6. Grayscale: #5C5C5C. Windows color (decimal): -8172471 or 4803715. OLE color: 4803715.

HSL color Cylindrical-coordinate representation of color #834C49: hue angle of 3.1º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #834C49 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1317673-
CMYK00.420.440.49
HSL3.1º28.43%40%-
HSV(B)3.1º44.27%51.37%-
XYZ13.1510.487.63-
YUV92.1117.22155.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.79%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 73 (28.91% from 255) = 26.07%
R=46.79%
G=27.14%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131767300.420.440.493.128.4340
Hex834C4902A2C3131c28
Octal203114111052546133450
Binary100000111001100100100101010101011001100011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834C49; }

 p { color: rgb(131,76,73); }

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

<style>
 a { background-color: #834C49; }

 a { background-color: rgb(131,76,73); }

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

<style>
 span { border-color: #834C49; }

 span { border-color: rgb(131,76,73); }

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