#834B49

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

Shades of Lotus #834B49

Tints of Lotus #834B49

Color information

#834B49 (or 0x834B49) is unknown color: approx Lotus. HEX triplet: 83, 4B and 49. RGB value is (131,75,73). Sum of RGB (Red+Green+Blue) = 131+75+73=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #834B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834B49 is #7CB4B6. Grayscale: #5B5B5B. Windows color (decimal): -8172727 or 4803459. OLE color: 4803459.

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

Color convert

RGB1317573-
CMYK00.430.440.49
HSL2.07º28.43%40%-
HSV(B)2.07º44.27%51.37%-
XYZ13.0810.347.61-
YUV91.52117.55156.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 75 (29.69% from 255) = 26.88%
BLUE value IS 73 (28.91% from 255) = 26.16%
R=46.95%
G=26.88%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131757300.430.440.492.0728.4340
Hex834B4902B2C3121c28
Octal203113111053546123450
Binary100000111001011100100101010111011001100011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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