#835250

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

Shades of Lotus #835250

Tints of Lotus #835250

Color information

#835250 (or 0x835250) is unknown color: approx Lotus. HEX triplet: 83, 52 and 50. RGB value is (131,82,80). Sum of RGB (Red+Green+Blue) = 131+82+80=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #835250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835250 is #7CADAF. Grayscale: #606060. Windows color (decimal): -8170928 or 5264003. OLE color: 5264003.

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

Color convert

RGB1318280-
CMYK00.370.390.49
HSL2.35º24.17%41.37%-
HSV(B)2.35º38.93%51.37%-
XYZ13.8311.449.07-
YUV96.42118.73152.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.71%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=44.71%
G=27.99%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131828000.370.390.492.3524.1741.37
Hex835250025273121829
Octal203122120045476123051
Binary100000111010010101000001001011001111100011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835250; }

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

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

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

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

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

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

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

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