#825850

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

Shades of Lotus #825850

Tints of Lotus #825850

Color information

#825850 (or 0x825850) is unknown color: approx Lotus. HEX triplet: 82, 58 and 50. RGB value is (130,88,80). Sum of RGB (Red+Green+Blue) = 130+88+80=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #825850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825850 is #7DA7AF. Grayscale: #636363. Windows color (decimal): -8234928 or 5265538. OLE color: 5265538.

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

Color convert

RGB1308880-
CMYK00.320.380.49
HSL9.6º23.81%41.18%-
HSV(B)9.6º38.46%50.98%-
XYZ14.1412.39.22-
YUV99.65116.91149.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=43.62%
G=29.53%
B=26.85%

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
Decimal130888000.320.380.499.623.8141.18
Hex8258500202631a1829
Octal2021301200404661123051
Binary10000010101100010100000100000100110110001101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825850; }

 p { color: rgb(130,88,80); }

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

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

 a { background-color: rgb(130,88,80); }

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

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

 span { border-color: rgb(130,88,80); }

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