#825350

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

Shades of Lotus #825350

Tints of Lotus #825350

Color information

#825350 (or 0x825350) is unknown color: approx Lotus. HEX triplet: 82, 53 and 50. RGB value is (130,83,80). Sum of RGB (Red+Green+Blue) = 130+83+80=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #825350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825350 is #7DACAF. Grayscale: #606060. Windows color (decimal): -8236208 or 5264258. OLE color: 5264258.

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

Color convert

RGB1308380-
CMYK00.360.380.49
HSL3.6º23.81%41.18%-
HSV(B)3.6º38.46%50.98%-
XYZ13.7511.519.09-
YUV96.71118.57151.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=44.37%
G=28.33%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130838000.360.380.493.623.8141.18
Hex825350024263141829
Octal202123120044466143051
Binary1000001010100111010000010010010011011000110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825350; }

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

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

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

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

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

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

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

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