#835048

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

Shades of Lotus #835048

Tints of Lotus #835048

Color information

#835048 (or 0x835048) is unknown color: approx Lotus. HEX triplet: 83, 50 and 48. RGB value is (131,80,72). Sum of RGB (Red+Green+Blue) = 131+80+72=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #835048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835048 is #7CAFB7. Grayscale: #5E5E5E. Windows color (decimal): -8171448 or 4739203. OLE color: 4739203.

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

Color convert

RGB1318072-
CMYK00.390.450.49
HSL8.14º29.06%39.8%-
HSV(B)8.14º45.04%51.37%-
XYZ13.411.037.55-
YUV94.34115.4154.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=46.29%
G=28.27%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131807200.390.450.498.1429.0639.8
Hex8350480272D3181d28
Octal2031201100475561103550
Binary10000011101000010010000100111101101110001100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835048; }

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

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

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

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

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

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

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

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