#825953

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

Shades of Lotus #825953

Tints of Lotus #825953

Color information

#825953 (or 0x825953) is unknown color: approx Lotus. HEX triplet: 82, 59 and 53. RGB value is (130,89,83). Sum of RGB (Red+Green+Blue) = 130+89+83=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #825953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825953 is #7DA6AC. Grayscale: #646464. Windows color (decimal): -8234669 or 5462402. OLE color: 5462402.

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

Color convert

RGB1308983-
CMYK00.320.360.49
HSL7.66º22.07%41.76%-
HSV(B)7.66º36.15%50.98%-
XYZ14.3412.529.84-
YUV100.58118.08148.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 89 (35.16% from 255) = 29.47%
BLUE value IS 83 (32.81% from 255) = 27.48%
R=43.05%
G=29.47%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130898300.320.360.497.6622.0741.76
Hex82595302024318162a
Octal2021311230404461102652
Binary10000010101100110100110100000100100110001100010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825953; }

 p { color: rgb(130,89,83); }

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

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

 a { background-color: rgb(130,89,83); }

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

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

 span { border-color: rgb(130,89,83); }

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