#834F4D

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

Shades of Lotus #834F4D

Tints of Lotus #834F4D

Color information

#834F4D (or 0x834F4D) is unknown color: approx Lotus. HEX triplet: 83, 4F and 4D. RGB value is (131,79,77). Sum of RGB (Red+Green+Blue) = 131+79+77=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #834F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834F4D is #7CB0B2. Grayscale: #5E5E5E. Windows color (decimal): -8171699 or 5066627. OLE color: 5066627.

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

Color convert

RGB1317977-
CMYK00.400.410.49
HSL2.22º25.96%40.78%-
HSV(B)2.22º41.22%51.37%-
XYZ13.510.958.42-
YUV94.32118.23154.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.64%
GREEN value IS 79 (31.25% from 255) = 27.53%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=45.64%
G=27.53%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131797700.400.410.492.2225.9640.78
Hex834F4D028293121a29
Octal203117115050516123251
Binary100000111001111100110101010001010011100011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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