#834E4B

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

Shades of Lotus #834E4B

Tints of Lotus #834E4B

Color information

#834E4B (or 0x834E4B) is unknown color: approx Lotus. HEX triplet: 83, 4E and 4B. RGB value is (131,78,75). Sum of RGB (Red+Green+Blue) = 131+78+75=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #834E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834E4B is #7CB1B4. Grayscale: #5D5D5D. Windows color (decimal): -8171957 or 4935299. OLE color: 4935299.

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

Color convert

RGB1317875-
CMYK00.400.430.49
HSL3.21º27.18%40.39%-
HSV(B)3.21º42.75%51.37%-
XYZ13.3510.788.03-
YUV93.5117.56154.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=46.13%
G=27.46%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131787500.400.430.493.2127.1840.39
Hex834E4B0282B3131b28
Octal203116113050536133350
Binary100000111001110100101101010001010111100011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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