#834C48

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

Shades of Lotus #834C48

Tints of Lotus #834C48

Color information

#834C48 (or 0x834C48) is unknown color: approx Lotus. HEX triplet: 83, 4C and 48. RGB value is (131,76,72). Sum of RGB (Red+Green+Blue) = 131+76+72=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #834C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C48 is #7CB3B7. Grayscale: #5C5C5C. Windows color (decimal): -8172472 or 4738179. OLE color: 4738179.

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

Color convert

RGB1317672-
CMYK00.420.450.49
HSL4.07º29.06%39.8%-
HSV(B)4.07º45.04%51.37%-
XYZ13.1110.467.46-
YUV91.99116.72155.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 72 (28.52% from 255) = 25.81%
R=46.95%
G=27.24%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131767200.420.450.494.0729.0639.8
Hex834C4802A2D3141d28
Octal203114110052556143550
Binary1000001110011001001000010101010110111000110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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