#834848

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

Shades of Lotus #834848

Tints of Lotus #834848

Color information

#834848 (or 0x834848) is unknown color: approx Lotus. HEX triplet: 83, 48 and 48. RGB value is (131,72,72). Sum of RGB (Red+Green+Blue) = 131+72+72=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #834848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834848 is #7CB7B7. Grayscale: #595959. Windows color (decimal): -8173496 or 4737155. OLE color: 4737155.

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

Color convert

RGB1317272-
CMYK00.450.450.49
HSL29.06%39.8%-
HSV(B)45.04%51.37%-
XYZ12.859.937.37-
YUV89.64118.05157.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.64%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=47.64%
G=26.18%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131727200.450.450.49029.0639.8
Hex83484802D2D3101d28
Octal203110110055556103550
Binary10000011100100010010000101101101101110001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834848; }

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

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

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

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

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

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

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

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