#835951

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

Shades of Lotus #835951

Tints of Lotus #835951

Color information

#835951 (or 0x835951) is unknown color: approx Lotus. HEX triplet: 83, 59 and 51. RGB value is (131,89,81). Sum of RGB (Red+Green+Blue) = 131+89+81=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #835951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835951 is #7CA6AE. Grayscale: #646464. Windows color (decimal): -8169135 or 5331331. OLE color: 5331331.

HSL color Cylindrical-coordinate representation of color #835951: hue angle of 9.6º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #835951 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1318981-
CMYK00.320.380.49
HSL9.6º23.58%41.57%-
HSV(B)9.6º38.17%51.37%-
XYZ14.4212.569.45-
YUV100.65116.91149.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.52%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 81 (32.03% from 255) = 26.91%
R=43.52%
G=29.57%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131898100.320.380.499.623.5841.57
Hex8359510202631a182a
Octal2031311210404661123052
Binary10000011101100110100010100000100110110001101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835951; }

 p { color: rgb(131,89,81); }

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

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

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

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

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

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

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