#834D4D

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

Shades of Lotus #834D4D

Tints of Lotus #834D4D

Color information

#834D4D (or 0x834D4D) is unknown color: approx Lotus. HEX triplet: 83, 4D and 4D. RGB value is (131,77,77). Sum of RGB (Red+Green+Blue) = 131+77+77=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #834D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834D4D is #7CB2B2. Grayscale: #5D5D5D. Windows color (decimal): -8172211 or 5066115. OLE color: 5066115.

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

Color convert

RGB1317777-
CMYK00.410.410.49
HSL25.96%40.78%-
HSV(B)41.22%51.37%-
XYZ13.3510.678.38-
YUV93.15118.89155-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 77 (30.47% from 255) = 27.02%
BLUE value IS 77 (30.47% from 255) = 27.02%
R=45.96%
G=27.02%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131777700.410.410.49025.9640.78
Hex834D4D029293101a29
Octal203115115051516103251
Binary10000011100110110011010101001101001110001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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