#834A48

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

Shades of Lotus #834A48

Tints of Lotus #834A48

Color information

#834A48 (or 0x834A48) is unknown color: approx Lotus. HEX triplet: 83, 4A and 48. RGB value is (131,74,72). Sum of RGB (Red+Green+Blue) = 131+74+72=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #834A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834A48 is #7CB5B7. Grayscale: #5A5A5A. Windows color (decimal): -8172984 or 4737667. OLE color: 4737667.

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

Color convert

RGB1317472-
CMYK00.440.450.49
HSL2.03º29.06%39.8%-
HSV(B)2.03º45.04%51.37%-
XYZ12.9810.197.41-
YUV90.82117.38156.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.29%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=47.29%
G=26.71%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131747200.440.450.492.0329.0639.8
Hex834A4802C2D3121d28
Octal203112110054556123550
Binary100000111001010100100001011001011011100011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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