#835049

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

Shades of Lotus #835049

Tints of Lotus #835049

Color information

#835049 (or 0x835049) is unknown color: approx Lotus. HEX triplet: 83, 50 and 49. RGB value is (131,80,73). Sum of RGB (Red+Green+Blue) = 131+80+73=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #835049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835049 is #7CAFB6. Grayscale: #5E5E5E. Windows color (decimal): -8171447 or 4804739. OLE color: 4804739.

HSL color Cylindrical-coordinate representation of color #835049: hue angle of 7.24º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #835049 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1318073-
CMYK00.390.440.49
HSL7.24º28.43%40%-
HSV(B)7.24º44.27%51.37%-
XYZ13.4311.047.73-
YUV94.45115.9154.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 73 (28.91% from 255) = 25.70%
R=46.13%
G=28.17%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131807300.390.440.497.2428.4340
Hex8350490272C3171c28
Octal203120111047546173450
Binary1000001110100001001001010011110110011000111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835049; }

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

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

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

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

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

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

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

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