#834a47

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

Shades of Lotus #834A47

Tints of Lotus #834A47

Color information

#834A47 (or 0x834A47) is unknown color: approx Lotus. HEX triplet: 83, 4A and 47. RGB value is (131,74,71). Sum of RGB (Red+Green+Blue) = 131+74+71=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #834A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834A47 is #7CB5B8. Grayscale: #5A5A5A. Windows color (decimal): -8172985 or 4672131. OLE color: 4672131.

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

Color convert

RGB1317471-
CMYK00.440.460.49
HSL29.7%39.61%-
HSV(B)45.8%51.37%-
XYZ12.9510.187.24-
YUV90.7116.88156.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.46%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 71 (28.12% from 255) = 25.72%
R=47.46%
G=26.81%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131747100.440.460.49329.739.61
Hex834A4702C2E3131e28
Octal203112107054566133650
Binary100000111001010100011101011001011101100011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834a47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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