#834F4C

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

Shades of Lotus #834F4C

Tints of Lotus #834F4C

Color information

#834F4C (or 0x834F4C) is unknown color: approx Lotus. HEX triplet: 83, 4F and 4C. RGB value is (131,79,76). Sum of RGB (Red+Green+Blue) = 131+79+76=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #834F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F4C is #7CB0B3. Grayscale: #5E5E5E. Windows color (decimal): -8171700 or 5001091. OLE color: 5001091.

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

Color convert

RGB1317976-
CMYK00.400.420.49
HSL3.27º26.57%40.59%-
HSV(B)3.27º41.98%51.37%-
XYZ13.4610.948.24-
YUV94.21117.73154.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.80%
GREEN value IS 79 (31.25% from 255) = 27.62%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=45.80%
G=27.62%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131797600.400.420.493.2726.5740.59
Hex834F4C0282A3131b29
Octal203117114050526133351
Binary100000111001111100110001010001010101100011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,79,76); }

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

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

 a { background-color: rgb(131,79,76); }

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

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

 span { border-color: rgb(131,79,76); }

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