#835249

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

Shades of Lotus #835249

Tints of Lotus #835249

Color information

#835249 (or 0x835249) is unknown color: approx Lotus. HEX triplet: 83, 52 and 49. RGB value is (131,82,73). Sum of RGB (Red+Green+Blue) = 131+82+73=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #835249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835249 is #7CADB6. Grayscale: #5F5F5F. Windows color (decimal): -8170935 or 4805251. OLE color: 4805251.

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

Color convert

RGB1318273-
CMYK00.370.440.49
HSL9.31º28.43%40%-
HSV(B)9.31º44.27%51.37%-
XYZ13.5811.347.78-
YUV95.62115.23153.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.80%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 73 (28.91% from 255) = 25.52%
R=45.80%
G=28.67%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131827300.370.440.499.3128.4340
Hex8352490252C3191c28
Octal2031221110455461113450
Binary10000011101001010010010100101101100110001100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835249; }

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

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

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

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

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

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

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

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