#835251

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

Shades of Lotus #835251

Tints of Lotus #835251

Color information

#835251 (or 0x835251) is unknown color: approx Lotus. HEX triplet: 83, 52 and 51. RGB value is (131,82,81). Sum of RGB (Red+Green+Blue) = 131+82+81=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #835251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835251 is #7CADAE. Grayscale: #606060. Windows color (decimal): -8170927 or 5329539. OLE color: 5329539.

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

Color convert

RGB1318281-
CMYK00.370.380.49
HSL1.2º23.58%41.57%-
HSV(B)1.2º38.17%51.37%-
XYZ13.8611.459.26-
YUV96.54119.23152.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.56%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 81 (32.03% from 255) = 27.55%
R=44.56%
G=27.89%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131828100.370.380.491.223.5841.57
Hex83525102526311182a
Octal203122121045466113052
Binary10000011101001010100010100101100110110001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835251; }

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

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

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

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

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

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

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

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