#834B48

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

Shades of Lotus #834B48

Tints of Lotus #834B48

Color information

#834B48 (or 0x834B48) is unknown color: approx Lotus. HEX triplet: 83, 4B and 48. RGB value is (131,75,72). Sum of RGB (Red+Green+Blue) = 131+75+72=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #834B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834B48 is #7CB4B7. Grayscale: #5B5B5B. Windows color (decimal): -8172728 or 4737923. OLE color: 4737923.

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

Color convert

RGB1317572-
CMYK00.430.450.49
HSL3.05º29.06%39.8%-
HSV(B)3.05º45.04%51.37%-
XYZ13.0510.337.44-
YUV91.4117.05156.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=47.12%
G=26.98%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131757200.430.450.493.0529.0639.8
Hex834B4802B2D3131d28
Octal203113110053556133550
Binary100000111001011100100001010111011011100011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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