#834A49

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

Shades of Lotus #834A49

Tints of Lotus #834A49

Color information

#834A49 (or 0x834A49) is unknown color: approx Lotus. HEX triplet: 83, 4A and 49. RGB value is (131,74,73). Sum of RGB (Red+Green+Blue) = 131+74+73=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #834A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834A49 is #7CB5B6. Grayscale: #5A5A5A. Windows color (decimal): -8172983 or 4803203. OLE color: 4803203.

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

Color convert

RGB1317473-
CMYK00.440.440.49
HSL1.03º28.43%40%-
HSV(B)1.03º44.27%51.37%-
XYZ13.0110.27.59-
YUV90.93117.88156.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 74 (29.30% from 255) = 26.62%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=47.12%
G=26.62%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131747300.440.440.491.0328.4340
Hex834A4902C2C3111c28
Octal203112111054546113450
Binary10000011100101010010010101100101100110001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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