#834D46

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

Shades of Lotus #834D46

Tints of Lotus #834D46

Color information

#834D46 (or 0x834D46) is unknown color: approx Lotus. HEX triplet: 83, 4D and 46. RGB value is (131,77,70). Sum of RGB (Red+Green+Blue) = 131+77+70=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #834D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D46 is #7CB2B9. Grayscale: #5C5C5C. Windows color (decimal): -8172218 or 4607363. OLE color: 4607363.

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

Color convert

RGB1317770-
CMYK00.410.470.49
HSL6.89º30.35%39.41%-
HSV(B)6.89º46.56%51.37%-
XYZ13.1210.587.14-
YUV92.35115.39155.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 70 (27.73% from 255) = 25.18%
R=47.12%
G=27.70%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131777000.410.470.496.8930.3539.41
Hex834D460292F3171e27
Octal203115106051576173647
Binary1000001110011011000110010100110111111000111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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