#834D4A

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

Shades of Lotus #834D4A

Tints of Lotus #834D4A

Color information

#834D4A (or 0x834D4A) is unknown color: approx Lotus. HEX triplet: 83, 4D and 4A. RGB value is (131,77,74). Sum of RGB (Red+Green+Blue) = 131+77+74=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #834D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D4A is #7CB2B5. Grayscale: #5C5C5C. Windows color (decimal): -8172214 or 4869507. OLE color: 4869507.

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

Color convert

RGB1317774-
CMYK00.410.440.49
HSL3.16º27.8%40.2%-
HSV(B)3.16º43.51%51.37%-
XYZ13.2510.637.83-
YUV92.8117.39155.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.45%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 74 (29.30% from 255) = 26.24%
R=46.45%
G=27.30%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131777400.410.440.493.1627.840.2
Hex834D4A0292C3131c28
Octal203115112051546133450
Binary100000111001101100101001010011011001100011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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